Cleanup datatypes.

This commit is contained in:
2025-12-23 14:58:54 +01:00
parent 01912c75ef
commit b219a71cba
10 changed files with 80 additions and 42 deletions

6
bc.h
View File

@@ -35,7 +35,7 @@
#include <QDebug>
#include <QObject> // Nötig für Q_GADGET/Q_ENUM Makros
using bcdata_t = uint8_t;
//uint8_t;
/**
@@ -69,11 +69,11 @@ namespace bc
// misc
//#define cbc::Version "CanBusControl 0.0.01 / 02.07.2022"
[[maybe_unused]] constexpr static const char* Version = "CanBusControl 0.1.00 / 08.11.2022 © 2022 chris@sourceworx.org";
[[maybe_unused]] constexpr static const char* Version = "BionxControl 0.1.00 / 08.11.2022 © 2022 chris@sourceworx.org";
[[maybe_unused]] constexpr static const char* OrgName = "source::worx";
[[maybe_unused]] constexpr static const char* DomainName = "sourceworx.org";
[[maybe_unused]] constexpr static const char* AppName = "CanBusControl";
[[maybe_unused]] constexpr static const char* AppName = "BionxControl";
// timer