The namespace for the nymea server. More...
Header: | #include <nymeaserver> |
class | JsonRPCServer |
class | NymeaApplication |
class | Rule |
class | RuleEngine |
int | operator<<(int, const nymeaserver::Rule &) |
int | operator<<(int, int *) |
int | operator<<(int, const int &) |
This namespace represents the whole nymea server. This prevents duplicated class names in plugin and core.
This class provides a JSON-RPC API interface to the TransportInterfaces. More...
Application class of the nymea server. More...
This class represents a rule. More...
The Engine that evaluates Rules and finds Actions to be executed. More...
Print a Rule with all its contents to QDebug. Note that this might print a lot of data. It is useful to debug, but be cautionous with using this in production code.
Starts the timer for an async HttpReply.
See also finished().
Writes the HttpRequest httpRequest to the given debug. This method gets used just for debugging.