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  ICanTransport
 
class  CanStreamerState
 

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 27 of file isotp.h.

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

Go to the source code of this file.