mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
removed tacos dependencies
This commit is contained in:
@@ -192,14 +192,23 @@ namespace sta
|
||||
|
||||
} // namespace sta
|
||||
|
||||
namespace dummy
|
||||
namespace debug
|
||||
{
|
||||
void handleSysMessage(const sta::CanRxHeader & header, const uint8_t * payload);
|
||||
|
||||
void handleDataMessage(const sta::IsotpMessage & msg);
|
||||
|
||||
} // namespace dummy
|
||||
/**
|
||||
* @brief Output CAN frame ID to UART.
|
||||
*
|
||||
* @param id Frame ID
|
||||
*/
|
||||
void printFrameID(const sta::CanFrameId & id);
|
||||
|
||||
/**
|
||||
* @brief Output CAN frame payload to UART.
|
||||
*
|
||||
* @param payload Payload buffer
|
||||
* @param size Payload size
|
||||
*/
|
||||
void printPayloadHex(const uint8_t * payload, uint8_t size);
|
||||
} // namespace debug
|
||||
|
||||
#endif // STA_RTOS_CAN_BUS_ENABLE
|
||||
|
||||
|
Reference in New Issue
Block a user