Fixed Flag handling.

This commit is contained in:
2026-01-08 20:47:05 +01:00
parent 6b03797600
commit d6da7aac9a
11 changed files with 39 additions and 51 deletions

View File

@@ -48,15 +48,13 @@ public:
explicit BCDeviceView(QWidget *parent = nullptr);
void setDeviceID( BCDevice::ID deviceID );
BCDevice::ID getDeviceID() const;
const BCValueList& getValueListX();
bool firstExpose();
void updateValue( int index, BCValue::Flag state, uint32_t rawValue );
void updateValue(int index, BCValue::Flags newState, uint32_t rawValue );
public slots: