Cleanups.

This commit is contained in:
2026-01-02 16:25:21 +01:00
parent acbd80c446
commit 26d7f726d4
109 changed files with 565 additions and 6171 deletions

View File

@@ -35,8 +35,8 @@
#include <QObject>
#include <expected>
#include <bc.h>
#include <bcvalue.h>
#include <bcvaluetype.h>
/*
int32_t CanInitDriver(char *options);
void CanDownDriver(void);
@@ -106,8 +106,6 @@ public:
// Enthält den Treiberzustand oder einen Fehlerstring
using DriverStateResult = std::expected<DriverState,QString>;
// Enthält den gelesenen Wert oder einen Fehlerstring
using TransmitResult = std::expected<uint8_t,QString>;
explicit BCDriver( QObject* parent = nullptr );
virtual ~BCDriver() = default;