|
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 46 of file isotp.h.
Referenced by IsoTpRx::readTimeout(), CanStreamerState::receiveFrame(), and IsoTpBase::sendFrame().
| int IsoTpFrameHeader::fcFlag |
Definition at line 45 of file isotp.h.
Referenced by IsoTpRx::readTimeout(), CanStreamerState::receiveFrame(), and IsoTpBase::sendFrame().
| IsoTpFrameType IsoTpFrameHeader::frameType |
Definition at line 38 of file isotp.h.
Referenced by IsoTpRx::readTimeout(), CanStreamerState::receiveFrame(), CanStreamerState::sendDataTimeout(), IsoTpBase::sendFrame(), and IsoTpRxTx::writeTimeout().
| int IsoTpFrameHeader::index |
Definition at line 43 of file isotp.h.
Referenced by CanStreamerState::sendDataTimeout(), IsoTpBase::sendFrame(), and IsoTpRxTx::writeTimeout().
| int IsoTpFrameHeader::numBytes |
Definition at line 41 of file isotp.h.
Referenced by CanStreamerState::sendDataTimeout(), IsoTpBase::sendFrame(), and IsoTpRxTx::writeTimeout().
| int IsoTpFrameHeader::separationTime |
Definition at line 47 of file isotp.h.
Referenced by IsoTpRx::readTimeout(), CanStreamerState::receiveFrame(), and IsoTpBase::sendFrame().