Use readCount to track number of read messages.
This commit is contained in:
parent
d540f1b467
commit
ff746a45bc
@ -169,6 +169,7 @@ class T_datif : public QObject
|
||||
uint8_t selectedSlaveAddr;
|
||||
|
||||
bool waitForTestResponse = false;
|
||||
uint32_t readCount = 0;
|
||||
|
||||
private slots:
|
||||
char datif_cycleSend();
|
||||
|
Loading…
Reference in New Issue
Block a user