Fixed thread sync
This commit is contained in:
@@ -62,7 +62,7 @@ public slots:
|
||||
|
||||
// Slots für Rückmeldungen vom Transmitter
|
||||
void onValueUpdated( BCDevice::ID deviceID, int index, BCValue::Flag state, uint32_t rawValue );
|
||||
void onValueQueueEmpty();
|
||||
void onEndOfProcessing();
|
||||
void onSyncDeviceView();
|
||||
|
||||
void onShowMessage( const QString& message, int timeOut=3000);
|
||||
@@ -71,6 +71,7 @@ signals:
|
||||
|
||||
// Internes Signal, um Daten an den Worker Thread zu senden
|
||||
void requestValueUpdate( BCValuePtrConst value);
|
||||
void endOfTransmission();
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user