Clean up data types.
This commit is contained in:
@@ -45,11 +45,12 @@ BCValueType::BCValueType( TypeID ID_, QString unitLabel_, optDouble factor_, opt
|
||||
///-------------------------------
|
||||
|
||||
|
||||
/*
|
||||
BCValue::BCValue()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
BCValue::BCValue(const BCValueType& valueType_, BCDevice::ID deviceID_, BC::ID targetID_)
|
||||
: valueType{valueType_}, deviceID{deviceID_}, targetID{targetID_}
|
||||
|
||||
Reference in New Issue
Block a user