Added BCValueType

This commit is contained in:
2025-12-17 17:50:24 +01:00
parent 09ff2f00bb
commit 35112ba334
5 changed files with 123 additions and 67 deletions

5
bc.h
View File

@@ -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