Added BCValueType
This commit is contained in:
5
bc.h
5
bc.h
@@ -716,9 +716,6 @@ public:
|
||||
Reg_Sensor_Rev_Sub = 0x83 // Software Subversion
|
||||
|
||||
};
|
||||
//const
|
||||
// SECONDS_PER_DAY = SecsPerDay; //60 * 60 * 24;
|
||||
|
||||
Q_ENUM(ID)
|
||||
|
||||
}; // struct BionxID
|
||||
@@ -739,7 +736,7 @@ public:
|
||||
BIB = uint8_t( BC::ID::ID_Bib ),
|
||||
Sensor = uint8_t( BC::ID::ID_Sensor )
|
||||
};
|
||||
Q_ENUM(ID)
|
||||
Q_ENUM(ID)
|
||||
};
|
||||
|
||||
using namespace Qt::Literals::StringLiterals; // Für _L1
|
||||
|
||||
Reference in New Issue
Block a user