Fixed thread sync

This commit is contained in:
2026-01-08 19:05:07 +01:00
parent f19a33cc5f
commit 6b03797600
4 changed files with 28 additions and 32 deletions

View File

@@ -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: