rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Public Member Functions
ICanTransport Class Referenceabstract

#include <isotp.h>

Inheritance diagram for ICanTransport:
Inheritance graph
[legend]

Public Member Functions

virtual can_msg_t transmit (const CanTxMessage *ctfp, can_sysinterval_t timeout)=0
 
virtual can_msg_t receive (CANRxFrame *crfp, can_sysinterval_t timeout)=0
 

Detailed Description

Definition at line 75 of file isotp.h.

Member Function Documentation

◆ receive()

virtual can_msg_t ICanTransport::receive ( CANRxFrame crfp,
can_sysinterval_t  timeout 
)
pure virtual

Implemented in CanTransport.

Referenced by CanStreamerState::sendDataTimeout(), and CanStreamerState::streamReceiveTimeout().

Here is the caller graph for this function:

◆ transmit()

virtual can_msg_t ICanTransport::transmit ( const CanTxMessage ctfp,
can_sysinterval_t  timeout 
)
pure virtual

Implemented in CanTransport.

Referenced by CanStreamerState::sendFrame().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: