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

Interface for any receiver to be called on received serialized data.s. More...

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

Inheritance diagram for imt::base::dff::activeparts::ReceiverIfc:
imt::base::dff::activeparts::PortInput imt::base::dff::activeparts::PortInputSplit< NumberOfPortsToSplit >

Public Member Functions

virtual void receive (uint16_t const protocolIdentifier, ::imt::base::core::serialization::SerializableIfc const *const pEventData, size_t const eventDataSizeBytes) const =0
 Method called whenever a message shall be received.
 
virtual ::imt::base::dff::runtime::RuntimeCore::CoreHandle getReceiveHandle () const =0
 Get the handle of this input.
 
virtual ::imt::base::dff::runtime::RuntimePriority getReceivePriority () const =0
 Get the priority of this input.
 

Protected Member Functions

 ReceiverIfc () noexcept=default
 
 ReceiverIfc (ReceiverIfc const &) noexcept=delete
 
 ReceiverIfc (ReceiverIfc &&) noexcept=delete
 
 ~ReceiverIfc () noexcept=default
 
ReceiverIfcoperator= (ReceiverIfc const &) &noexcept=delete
 
ReceiverIfcoperator= (ReceiverIfc &&) &noexcept=delete
 

Detailed Description

Interface for any receiver to be called on received serialized data.s.

This interface does not provide ownership on the receiver object.

Definition at line 53 of file ReceiverIfc.h.

Constructor & Destructor Documentation

◆ ReceiverIfc() [1/3]

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

◆ ReceiverIfc() [2/3]

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

◆ ReceiverIfc() [3/3]

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

◆ ~ReceiverIfc()

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

Member Function Documentation

◆ getReceiveHandle()

virtual ::imt::base::dff::runtime::RuntimeCore::CoreHandle imt::base::dff::activeparts::ReceiverIfc::getReceiveHandle ( ) const
pure virtual

Get the handle of this input.

Returns
Core handle.

Implemented in imt::base::dff::activeparts::PortInput, and imt::base::dff::activeparts::PortInputSplit< NumberOfPortsToSplit >.

◆ getReceivePriority()

virtual ::imt::base::dff::runtime::RuntimePriority imt::base::dff::activeparts::ReceiverIfc::getReceivePriority ( ) const
pure virtual

Get the priority of this input.

Returns
Priority.

Implemented in imt::base::dff::activeparts::PortInput, and imt::base::dff::activeparts::PortInputSplit< NumberOfPortsToSplit >.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ receive()

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

Method called whenever a message shall be received.

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::PortInput, and imt::base::dff::activeparts::PortInputSplit< NumberOfPortsToSplit >.


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