Updated ValueHandling.
This commit is contained in:
@@ -61,7 +61,7 @@ public slots:
|
||||
void onDriverStateChanged( BCDriver::DriverState state, const QString& message="" );
|
||||
|
||||
// Slots für Rückmeldungen vom Transmitter
|
||||
void onValueUpdated( BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
|
||||
void onValueUpdated( BCDevice::ID deviceID, int index, BCValue::Flag state, uint32_t rawValue );
|
||||
void onValueQueueEmpty();
|
||||
void onSyncDeviceView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user