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

#include <serial_can.h>

Inheritance diagram for ICanStreamer:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

Definition at line 58 of file serial_can.h.

Member Function Documentation

◆ receive()

virtual can_msg_t ICanStreamer::receive ( canmbx_t  mailbox,
CANRxFrame crfp,
can_sysinterval_t  timeout 
)
pure virtual

Implemented in CanStreamer.

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

Here is the caller graph for this function:

◆ transmit()

virtual can_msg_t ICanStreamer::transmit ( canmbx_t  mailbox,
const CanTxMessage ctfp,
can_sysinterval_t  timeout 
)
pure virtual

Implemented in CanStreamer.

Referenced by CanStreamerState::sendFrame().

Here is the caller graph for this function:

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