Updated ValueHandling.
This commit is contained in:
@@ -70,7 +70,7 @@ public slots:
|
||||
signals:
|
||||
|
||||
void valueQueueEmpty();
|
||||
void valueUpdated(BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
|
||||
void valueUpdated(BCDevice::ID deviceID, int index, BCValue::Flag state, uint32_t rawValue );
|
||||
void driverStateChanged( BCDriver::DriverState state, const QString& message="" );
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user