Struct ISend#
Defined in File can.h
Inheritance Relationships#
Derived Types#
public CCANSilKit
(Class CCANSilKit)public CCANSimulation
(Class CCANSimulation)public CCANSockets
(Class CCANSockets)
Struct Documentation#
-
struct ISend#
Interface to send CAN messagee.
Subclassed by CCANSilKit, CCANSimulation, CCANSockets
Public Functions
-
virtual void Send(const SMessage &sMsg, uint32_t uiIfcIndex) = 0#
Send a CAN message.
- Parameters:
sMsg – [in] Message that is to be sent.
uiIfcIndex – [in] Interface index to use for sending.
- void Send (in SMessage sMsg, in uint32 uiIfcIndex)
Send a CAN message.
- Parameters:
sMsg – [in] Message that is to be sent.
uiIfcIndex – [in] Interface index to use for sending.
Public Static Attributes
-
static ::sdv::interface_id _id = 0xB584826CA143EA1B#
Interface ID.
-
virtual void Send(const SMessage &sMsg, uint32_t uiIfcIndex) = 0#