Reworked driver code.

This commit is contained in:
2026-01-01 00:40:27 +01:00
parent 54e89e412a
commit 3ed3511f50
9 changed files with 201 additions and 212 deletions

View File

@@ -41,7 +41,7 @@
#include <bcvalue.h>
#include <bcdrivertinycan.h>
// template ...
// template ... ?
class BCTransmitter : public QObject, public BCAbstractTransmitter
{
Q_OBJECT
@@ -62,7 +62,7 @@ public slots:
signals:
void valueUpdated(BCDevice::ID deviceID, int index, BCValue::State state, const QString& newValue="" );
void messageLogged(const QString& msg);
void driverStateChanged( BCDriver::DriverState state, const QString& message="" );
private: