Added BCValueType
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
#include <bcvalue.h>
|
||||
|
||||
|
||||
BCValueType::BCValueType( TypeID ID_, QString unitLabel_, optDouble factor_, optDouble min_, optDouble max_ )
|
||||
: ID{ID_}, unitLabel{unitLabel_},factor{factor_},min{min_},max{max_}
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
BCValue::BCValue(BCDevice::ID deviceID_, BC::ID targetID_)
|
||||
: deviceID{deviceID_}, targetID{targetID_}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user