Improper tx/rx access for testing

This commit is contained in:
@CarlWachter 2024-02-26 18:14:21 +01:00
parent 1925a1668e
commit 207c2c703e

View File

@ -168,6 +168,9 @@ namespace sta
*/
void showStatistics();
IsotpTransmitter tx_;
IsotpReceiver rx_;
private:
/**
* @brief Configure CAN filters.
@ -184,8 +187,7 @@ namespace sta
private:
CanController * controller_;
IsotpTransmitter tx_;
IsotpReceiver rx_;
SysMsgHandler handleSysMsg_;
DataMsgHandler handleDataMsg_;
};