Add done() getter to DeviceChangeEventDispatcher
This commit is contained in:
parent
184d2ee315
commit
27ddbb9eb8
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ namespace TelldusCore {
|
||||||
public:
|
public:
|
||||||
CallbackStruct<TDDeviceChangeEvent> *d;
|
CallbackStruct<TDDeviceChangeEvent> *d;
|
||||||
int deviceId, changeEvent, changeType;
|
int deviceId, changeEvent, changeType;
|
||||||
|
bool doneRunning;
|
||||||
};
|
};
|
||||||
class TDRawDeviceEventDispatcher : public Thread {
|
class TDRawDeviceEventDispatcher : public Thread {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue