diff options
Diffstat (limited to 'daemon/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index c5ec332..8a7d574 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -122,6 +122,10 @@ public: datalogTIMEOUT = 7 }; enum { + launcherSTARTED = 1, + launcherSTOPPED = 0 + }; + enum { leadEMAIL = 0, leadSMS = 1, leadFACEBOOK = 2, @@ -153,6 +157,14 @@ public: DEFAULT_TIMEOUT_MSECS = 100 }; + typedef QMap<int, QVariant> Dict; + enum DictItemType { + typeBYTES, + typeSTRING, + typeUINT, + typeINT + }; + typedef std::function<bool(const QByteArray &)> EndpointHandlerFunc; explicit WatchConnector(QObject *parent = 0); |
