|
Dawn Framework 1.0
Universal data acquisition framework for embedded systems
|
ISO-TP (ISO 15765-2) transport protocol helper. More...
#include <isotp.hxx>
Static Public Member Functions | |
| static int | receive (const porting::canmsg_s &msg, State &state, void *data_buf, size_t buf_size, uint64_t now, uint64_t timeout) |
| Process incoming ISO-TP frame. | |
| static int | receiveCustom (const porting::canmsg_s &msg, State &state, void *data_buf, size_t buf_size, uint8_t seg_no, bool seg_last, uint64_t now, uint64_t timeout) |
| Process incoming Custom Segmented frame (Dawn specific). | |
ISO-TP (ISO 15765-2) transport protocol helper.
Minimal ISO-TP implementation for CAN segmented transfers. Uses standard ISO-TP frame format but without flow control. Relies on CAN hardware reliability instead of flow control.
This class will be replaced by NuttX ISO-TP implementation in the future.
|
static |
|
static |