Use readCount to track number of read messages.

This commit is contained in:
Gerhard Hoffmann 2024-10-16 13:02:27 +02:00
parent d540f1b467
commit ff746a45bc

View File

@ -169,6 +169,7 @@ class T_datif : public QObject
uint8_t selectedSlaveAddr; uint8_t selectedSlaveAddr;
bool waitForTestResponse = false; bool waitForTestResponse = false;
uint32_t readCount = 0;
private slots: private slots:
char datif_cycleSend(); char datif_cycleSend();