Changed value handling.

This commit is contained in:
2026-01-18 18:52:30 +01:00
parent 6aec85418a
commit 093b90fab6
7 changed files with 40 additions and 27 deletions

View File

@@ -111,6 +111,7 @@ public:
BC::ID getRegisterID() const noexcept;
uint32_t getRawValue() const noexcept;
uint32_t getScaledValue() const noexcept;
void setRawValue(uint32_t newRawValue) const;
void setFromDouble( double value );