ISOTP-C
A platform-agnostic ISOTP implementation in C.
|
#include <isotp_defines.h>
Data Fields | |
union { | |
IsoTpPciType common | |
IsoTpSingleFrame single_frame | |
IsoTpFirstFrame first_frame | |
IsoTpConsecutiveFrame consecutive_frame | |
IsoTpFlowControl flow_control | |
IsoTpDataArray data_array | |
} | as |
Definition at line 183 of file isotp_defines.h.
union { ... } IsoTpCanMessage::as |
IsoTpPciType IsoTpCanMessage::common |
Definition at line 185 of file isotp_defines.h.
Referenced by isotp_on_can_message().
IsoTpConsecutiveFrame IsoTpCanMessage::consecutive_frame |
Definition at line 188 of file isotp_defines.h.
Referenced by isotp_receive_consecutive_frame(), and isotp_send_consecutive_frame().
IsoTpDataArray IsoTpCanMessage::data_array |
Definition at line 190 of file isotp_defines.h.
Referenced by isotp_on_can_message(), isotp_send_consecutive_frame(), isotp_send_first_frame(), isotp_send_flow_control(), and isotp_send_single_frame().
IsoTpFirstFrame IsoTpCanMessage::first_frame |
Definition at line 187 of file isotp_defines.h.
Referenced by isotp_receive_first_frame(), and isotp_send_first_frame().
IsoTpFlowControl IsoTpCanMessage::flow_control |
Definition at line 189 of file isotp_defines.h.
Referenced by isotp_on_can_message(), and isotp_send_flow_control().
IsoTpSingleFrame IsoTpCanMessage::single_frame |
Definition at line 186 of file isotp_defines.h.
Referenced by isotp_receive_single_frame(), and isotp_send_single_frame().