Dataflow Runtime API  3.0.3.0
Public Attributes | List of all members
imt::base::bsp::driver::CanDriverConfiguration Struct Reference

Configuration of the Can Interface. More...

#include <Imt.Base.BSP/Driver/CanDriver.h>

Public Attributes

imt::base::bsp::handler::ErrorHandlerIfcm_errorHandler
 Handler that is called whenever an asynchronous error occours. More...
 
imt::base::bsp::handler::DataReceivedHandlerIfcm_rxHandler
 Handler that is called whenever bytes are avaliable in the receive buffer. More...
 
imt::base::bsp::handler::DataSentHandlerIfcm_txHandler
 Handler that is called whenever bytes written to the send buffer have been transmitted. More...
 

Detailed Description

Configuration of the Can Interface.

Member Data Documentation

◆ m_errorHandler

imt::base::bsp::handler::ErrorHandlerIfc* imt::base::bsp::driver::CanDriverConfiguration::m_errorHandler

Handler that is called whenever an asynchronous error occours.

◆ m_rxHandler

imt::base::bsp::handler::DataReceivedHandlerIfc* imt::base::bsp::driver::CanDriverConfiguration::m_rxHandler

Handler that is called whenever bytes are avaliable in the receive buffer.

◆ m_txHandler

imt::base::bsp::handler::DataSentHandlerIfc* imt::base::bsp::driver::CanDriverConfiguration::m_txHandler

Handler that is called whenever bytes written to the send buffer have been transmitted.


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