mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 01:55:59 +00:00
Improper tx/rx access for testing
This commit is contained in:
parent
1925a1668e
commit
207c2c703e
@ -168,6 +168,9 @@ namespace sta
|
|||||||
*/
|
*/
|
||||||
void showStatistics();
|
void showStatistics();
|
||||||
|
|
||||||
|
IsotpTransmitter tx_;
|
||||||
|
IsotpReceiver rx_;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* @brief Configure CAN filters.
|
* @brief Configure CAN filters.
|
||||||
@ -184,8 +187,7 @@ namespace sta
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
CanController * controller_;
|
CanController * controller_;
|
||||||
IsotpTransmitter tx_;
|
|
||||||
IsotpReceiver rx_;
|
|
||||||
SysMsgHandler handleSysMsg_;
|
SysMsgHandler handleSysMsg_;
|
||||||
DataMsgHandler handleDataMsg_;
|
DataMsgHandler handleDataMsg_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user