Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::dff::activeparts::ChannelIfc Class Referenceabstract

Interface of a channel to transmit data to a receiver. More...

#include <Imt.Base.Dff.ActiveParts/inc/Imt.Base.Dff.ActiveParts/ChannelIfc.h>

Inheritance diagram for imt::base::dff::activeparts::ChannelIfc:
imt::base::dff::activeparts::ChannelOneToAny< NumberOfReceivers > imt::base::dff::activeparts::ChannelOneToNull imt::base::dff::activeparts::ChannelOneToOne imt::base::dff::activeparts::test::ChannelMockIn imt::base::dff::activeparts::test::ChannelMockOut imt::base::dff::activeparts::ChannelInternalForwarder< NumberOfReceivers >

Public Member Functions

virtual void send (uint16_t const protocolIdentifier, ::imt::base::core::serialization::SerializableIfc const *const pEventData, size_t const eventDataSizeBytes)=0
 Send the given data to receiver through the scheduler.
 

Protected Member Functions

 ChannelIfc () noexcept=default
 
 ChannelIfc (ChannelIfc const &) noexcept=delete
 
 ChannelIfc (ChannelIfc &&) noexcept=delete
 
 ~ChannelIfc () noexcept=default
 
ChannelIfcoperator= (ChannelIfc const &) &noexcept=delete
 
ChannelIfcoperator= (ChannelIfc &&) &noexcept=delete
 

Detailed Description

Interface of a channel to transmit data to a receiver.

ActiveParts are connected to each other via channels, which are for their part only connected to ports. Channels have the role of decoupling the sender from the receiver and handling the message transport.

This interface does not provide ownership on the channel object.

Definition at line 54 of file ChannelIfc.h.

Constructor & Destructor Documentation

◆ ChannelIfc() [1/3]

imt::base::dff::activeparts::ChannelIfc::ChannelIfc ( )
protecteddefaultnoexcept

◆ ChannelIfc() [2/3]

imt::base::dff::activeparts::ChannelIfc::ChannelIfc ( ChannelIfc const &  )
protecteddeletenoexcept

◆ ChannelIfc() [3/3]

imt::base::dff::activeparts::ChannelIfc::ChannelIfc ( ChannelIfc &&  )
protecteddeletenoexcept

◆ ~ChannelIfc()

imt::base::dff::activeparts::ChannelIfc::~ChannelIfc ( )
protecteddefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

ChannelIfc & imt::base::dff::activeparts::ChannelIfc::operator= ( ChannelIfc &&  ) &
protecteddeletenoexcept

◆ operator=() [2/2]

ChannelIfc & imt::base::dff::activeparts::ChannelIfc::operator= ( ChannelIfc const &  ) &
protecteddeletenoexcept

◆ send()

virtual void imt::base::dff::activeparts::ChannelIfc::send ( uint16_t const  protocolIdentifier,
::imt::base::core::serialization::SerializableIfc const *const  pEventData,
size_t const  eventDataSizeBytes 
)
pure virtual

Send the given data to receiver through the scheduler.

Parameters
protocolIdentifieridentifier of protocol, is required for the receiver to decode pEventData.
pEventDatapointer to serializable event data, can also be nullptr.
eventDataSizeBytesMax number of bytes of serialized event data.

Implemented in imt::base::dff::activeparts::test::ChannelMockIn, imt::base::dff::activeparts::test::ChannelMockOut, imt::base::dff::activeparts::ChannelOneToNull, imt::base::dff::activeparts::ChannelOneToOne, imt::base::dff::activeparts::ChannelOneToAny< NumberOfReceivers >, and imt::base::dff::activeparts::ChannelInternalForwarder< NumberOfReceivers >.


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