rusEFI
The most advanced open source ECU
|
#include <isotp.h>
Data Fields | |
IsoTpFrameType | frameType |
int | numBytes |
int | index |
int | fcFlag |
int | blockSize |
int | separationTime |
int IsoTpFrameHeader::blockSize |
Definition at line 44 of file isotp.h.
Referenced by CanStreamerState::receiveFrame(), and CanStreamerState::sendFrame().
int IsoTpFrameHeader::fcFlag |
Definition at line 43 of file isotp.h.
Referenced by CanStreamerState::receiveFrame(), and CanStreamerState::sendFrame().
IsoTpFrameType IsoTpFrameHeader::frameType |
Definition at line 36 of file isotp.h.
Referenced by CanStreamerState::receiveFrame(), CanStreamerState::sendDataTimeout(), and CanStreamerState::sendFrame().
int IsoTpFrameHeader::index |
Definition at line 41 of file isotp.h.
Referenced by CanStreamerState::sendDataTimeout(), and CanStreamerState::sendFrame().
int IsoTpFrameHeader::numBytes |
Definition at line 39 of file isotp.h.
Referenced by CanStreamerState::sendDataTimeout(), and CanStreamerState::sendFrame().
int IsoTpFrameHeader::separationTime |
Definition at line 45 of file isotp.h.
Referenced by CanStreamerState::receiveFrame(), and CanStreamerState::sendFrame().