Backup.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include <bcvalue.h>
|
||||
#include <bcdrivertinycan.h>
|
||||
|
||||
// template ... ?
|
||||
|
||||
class BCTransmitter : public QObject, public BCAbstractTransmitter
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -68,8 +68,8 @@ private:
|
||||
|
||||
using BCDataQueue = QQueue<const BCValue*>;
|
||||
|
||||
BCDataQueue _valueQueue;
|
||||
QMutex _mutex;
|
||||
BCDataQueue _valueQueue;
|
||||
QMutex _mutex;
|
||||
std::atomic<bool> _isBusy{ false };
|
||||
|
||||
BCDriver* _canDriver{};
|
||||
|
||||
Reference in New Issue
Block a user