The daemon service reprenetation of the nymea server. More...
Header: | #include <NymeaService> |
Inherits: | QtService<QCoreApplication> |
NymeaService(int argc, char ** argv) | |
~NymeaService() |
virtual void | start() |
The daemon service reprenetation of the nymea server.
The NymeaService represents the forked nymead.
See also QtService.
Constructs the forked nymead application with the given argument count argc and argument vector argv.
Destroyes the forked nymead application.
[virtual protected]
void NymeaService::start()Reimplemented from QtServiceBase::start().
Starts the forked nymead application.