Added setFromDouble
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user