STM32Cube Expansion Pack CAN Stack
|
#include <CanIfUpperLayer.h>
Public Member Functions | |
virtual Std_ReturnType | RxIndication (ComStack_PduType rxPduId, const ComStack_CanMessageType *ptr2Sdu) |
virtual function declaration to have an indication function in all upper layer classes More... | |
virtual Std_ReturnType | RxIndication (ComStack_PduType rxPduId, REF2CONST(ComStack_CanMsgHeader, AUTOMATIC) CanMsgHeader, REF2CONST(ComStack_PduInfoType, AUTOMATIC) PduInfo) |
virtual function declaration to have an indication function in all upper layer classes More... | |
a class with the standard interface of the upper transport layer classes
Definition at line 55 of file CanIfUpperLayer.h.
|
inlinevirtual |
virtual function declaration to have an indication function in all upper layer classes
[in] | rxPduId | naming the incoming message |
[in] | ptr2Sdu | pointer to the data unit |
Reimplemented in CanFT2p0, IsoTp, and CanFT2p0Stream.
Definition at line 63 of file CanIfUpperLayer.h.
References E_NOT_OK.
Referenced by RxIndication(), and CanIf::RxIndication().
|
virtual |
virtual function declaration to have an indication function in all upper layer classes
[in] | rxPduId | naming the incoming message |
[in] | CanMsgHeader | reference to the CanMsgHeader |
[in] | PduInfo | reference to the data unit |
Definition at line 27 of file CanIfUpperLayer.cpp.
References AUTOMATIC, E_NOT_OK, RxIndication(), and VAR.