Added setFromDouble

This commit is contained in:
Christoph Holzheuer
2026-01-13 16:29:02 +01:00
parent beae1c1b3d
commit 95dd9d18e6
4 changed files with 40 additions and 11 deletions

View File

@@ -104,8 +104,8 @@ public:
bool isWord() const;
bool isReadOnly() const;
Flags& getValueFlags() const noexcept { return _valueFlags; }
void setValueFlags(Flags newFlags) { _valueFlags = newFlags; }
bool testFlag( Flag flag ) const;
void setFlag( Flag flag, bool state=true ) const;
BCDevice::ID getDeviceID() const noexcept { return _deviceID; }
BC::ID getRegisterID() const noexcept { return _registerID; }