Reworked driver code.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user