Patronum
|
#include <service.h>
Public Member Functions | |
Service (int argc, char **argv, const QString &name) | |
Service. More... | |
Protected Member Functions | |
void | handleReceve (const QList< Feature > &data) |
handleReceve - this method invoce when service receive new command from terminal of controller of this service More... | |
QList< Feature > | supportedFeatures () |
supportedFeatures More... | |
bool | sendResuylt (const QVariantMap &result) |
sendResuylt - call this method for send responce from service to tour controller More... | |
![]() | |
IService () | |
Service - How to use just inherit from the Service class and override the methods you need.
|
inline |
|
inlineprotectedvirtual |
handleReceve - this method invoce when service receive new command from terminal of controller of this service
data | - is list of commands from controller |
Implements Patronum::IService.
|
inlineprotected |
|
inlineprotectedvirtual |
supportedFeatures
Implements Patronum::IService.