Simplified value handling.
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
explicit BCTransmitter(QObject *parent = nullptr);
|
||||
|
||||
bcdata_t readRawValue( BCDevice::ID deviceID, BC::ID registerID ) const override;
|
||||
void writeRawValue(BCDevice::ID deviceID, BC::ID registerID, bcdata_t value ) const override;
|
||||
void writeRawValue(BCDevice::ID deviceID, BC::ID registerID, bcdata_t value ) const override;
|
||||
|
||||
public slots:
|
||||
|
||||
@@ -33,8 +33,6 @@ signals:
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
using BCValueQueue = QQueue<const BCValue*>;
|
||||
|
||||
BCValueQueue _valueQueue;
|
||||
|
||||
Reference in New Issue
Block a user