Dataflow Runtime API  2.7.4.0
Public Member Functions | List of all members
imt::base::dff::activeparts::ChannelOneToNull Class Reference

Used to connect an output port that is not used to a sink. More...

#include <Imt.Base.Dff.ActiveParts/ChannelOneToNull.h>

Inheritance diagram for imt::base::dff::activeparts::ChannelOneToNull:
imt::base::dff::activeparts::ChannelIfc

Public Member Functions

 ChannelOneToNull (void)
 Constructor.
 
virtual ~ChannelOneToNull (void)
 Destructor.
 
virtual void send (const uint16_t protocolIdentifier, const imt::base::core::serialization::SerializableIfc *const pEventData, const int32_t eventDataSizeBytes=imt::base::dff::runtime::EVENTDATA_SIZE_BYTES)
 
void connectPort (PortOutput &portOut)
 Connect this channel to the given output port. More...
 
- Public Member Functions inherited from imt::base::dff::activeparts::ChannelIfc
virtual ~ChannelIfc (void)
 Destructor.
 

Detailed Description

Used to connect an output port that is not used to a sink.

A One-to-NULL channel ensures that the message can be sent without a warning, but it is explicitly discarded.

Member Function Documentation

◆ connectPort()

void imt::base::dff::activeparts::ChannelOneToNull::connectPort ( PortOutput portOut)

Connect this channel to the given output port.

Parameters
portOutOutput port to connect.

◆ send()

virtual void imt::base::dff::activeparts::ChannelOneToNull::send ( const uint16_t  protocolIdentifier,
const imt::base::core::serialization::SerializableIfc *const  pEventData,
const int32_t  eventDataSizeBytes = imt::base::dff::runtime::EVENTDATA_SIZE_BYTES 
)
virtual

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