rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Enumerations
isotp.h File Reference

Data Structures

class  IsoTpFrameHeader
 
class  CanRxMessage
 
class  CanRxMessageSource
 
class  ICanTransmitter
 
class  ICanReceiver
 
class  IsoTpBase
 
class  ICanTransport
 
class  CanStreamerState
 
class  IsoTpRx
 
class  IsoTpRxTx
 

Enumerations

enum  IsoTpFrameType { ISO_TP_FRAME_SINGLE = 0 , ISO_TP_FRAME_FIRST = 1 , ISO_TP_FRAME_CONSECUTIVE = 2 , ISO_TP_FRAME_FLOW_CONTROL = 3 }
 

Enumeration Type Documentation

◆ IsoTpFrameType

Enumerator
ISO_TP_FRAME_SINGLE 
ISO_TP_FRAME_FIRST 
ISO_TP_FRAME_CONSECUTIVE 
ISO_TP_FRAME_FLOW_CONTROL 

Definition at line 29 of file isotp.h.

29 {
34};
@ ISO_TP_FRAME_CONSECUTIVE
Definition isotp.h:32
@ ISO_TP_FRAME_FIRST
Definition isotp.h:31
@ ISO_TP_FRAME_FLOW_CONTROL
Definition isotp.h:33
@ ISO_TP_FRAME_SINGLE
Definition isotp.h:30

Go to the source code of this file.