Cleanups.

This commit is contained in:
2026-01-06 15:59:57 +01:00
parent 6c15d99119
commit 1a2d815634
20 changed files with 73 additions and 295 deletions

View File

@@ -93,7 +93,7 @@ public:
BCValue( BCDevice::ID deviceID_, BC::ID registerID_ );
QString formatValue( uint32_t value ) const;
QString formatValues( uint32_t value ) const;
void dumpValue() const;
mutable States state{BCValue::State::ReadOnly};
@@ -103,6 +103,7 @@ public:
int indexRow{-1};
QString label;
mutable QString visibleValue;
mutable double rawValue;
bool isWord{false};
QString unitLabel;
double factor{1};