Changed styles.
This commit is contained in:
@@ -111,20 +111,20 @@ public:
|
||||
//void setDeviceID(BCDevice::ID newDeviceID) { deviceID = newDeviceID; }
|
||||
|
||||
BC::ID getRegisterID() const noexcept { return registerID; }
|
||||
void setRegisterID(BC::ID newRegisterID) { registerID = newRegisterID; }
|
||||
|
||||
ValueType getValueType() const noexcept { return valueType; }
|
||||
void setValueType(ValueType newValueType) { valueType = newValueType; }
|
||||
|
||||
int getIndexRow() const noexcept { return indexRow; }
|
||||
void setIndexRow(int newIndexRow) { indexRow = newIndexRow; }
|
||||
|
||||
QString getLabel() const { return label; }
|
||||
void setLabel(const QString &newLabel) { label = newLabel; }
|
||||
|
||||
uint32_t getRawValue() const noexcept { return rawValue; }
|
||||
void setRawValue(uint32_t newRawValue) const { rawValue = newRawValue; }
|
||||
|
||||
void setFromDouble( double value )
|
||||
{}
|
||||
|
||||
QString getUnitLabel() const { return unitLabel; }
|
||||
void setUnitLabel(const QString &newUnitLabel) { unitLabel = newUnitLabel; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user