Fixed value loading.
This commit is contained in:
@@ -89,5 +89,14 @@ QString BCValue::formatValue( uint32_t value ) const
|
||||
return QString::number(result, 'f', 2);
|
||||
}
|
||||
|
||||
void BCValue::dumpValue() const
|
||||
{
|
||||
|
||||
qDebug() << "DeviceID: " << deviceID << " Register: " << registerID << " state:" " << state << " << " label: " << label;
|
||||
qDebug() << "visibleValue: " << visibleValue << " min: " << min << " max: " << max << " factor: " << factor << " ValueType: " << (char)valueType << " ";
|
||||
qDebug() << "indexRow: " << indexRow << " isWord: " << isWord;
|
||||
qDebug();
|
||||
|
||||
}
|
||||
|
||||
/// ----
|
||||
|
||||
Reference in New Issue
Block a user