36#ifndef IMT_BASE_DFF_ACTIVEPARTS_TEST_CHANNELCONNECTIONVERIFIER_H
37#define IMT_BASE_DFF_ACTIVEPARTS_TEST_CHANNELCONNECTIONVERIFIER_H
49namespace activeparts {
70 if (pChannel ==
nullptr) {
84 template<u
int32_t NumberOfReceivers>
90 if (pChannel ==
nullptr) {
93 return (pChannel->getReceiveHandle(receiverIndex) == inputPort.
getReceiveHandle());
104 template<u
int32_t NumberOfReceivers>
110 if (pChannel ==
nullptr) {
113 for (
uint32_t receiverIndex = 0U; receiverIndex < NumberOfReceivers; ++receiverIndex) {
114 if (pChannel->getReceiveHandle(receiverIndex) == inputPort.
getReceiveHandle()) {
131 template<u
int32_t NumberOfReceivers>
137 if (pChannel ==
nullptr) {
141 return (pChannel->getReceiveHandle(receiverIndex) == inputPort.
getReceiveHandle()) && (pChannel->getForwarderPortOut() == &forwarderPortOut);
152 template<u
int32_t NumberOfReceivers>
158 if (pChannel ==
nullptr || pChannel->getForwarderPortOut() != &forwarderPortOut) {
161 for (
uint32_t receiverIndex = 0U; receiverIndex < NumberOfReceivers; ++receiverIndex) {
162 if (pChannel->getReceiveHandle(receiverIndex) == inputPort.
getReceiveHandle()) {
ChannelInternalForwarder handles the following situations.
Send the message on a One-to-Any channel (multiple receivers).
Send the message on a One-to-One channel.
Messages can be sent on the output port.
ChannelIfc const * getChannel() const
Get the read only pointer to the channel.
Interface for any receiver to be called on received serialized data.s.
virtual ::imt::base::dff::runtime::RuntimeCore::CoreHandle getReceiveHandle() const =0
Get the handle of this input.
Helper class to verify that the ports are properly connected with channels.
static bool testChannelOneToOne(PortOutput const &outputPort, ReceiverIfc const &inputPort)
Test that a connection exists between the output port and the input port with a ChannelOneToOne.
static bool testChannelInternalForwarder(PortOutput const &outputPort, ReceiverIfc const &inputPort, PortOutput const &forwarderPortOut)
Test that a connection exists between the output port, the input port and the forwarder output port w...
static bool testChannelInternalForwarder(PortOutput const &outputPort, ReceiverIfc const &inputPort, uint32_t receiverIndex, PortOutput const &forwarderPortOut)
Test that a connection exists between the output port, the input port and the forwarder output port w...
static bool testChannelOneToAny(PortOutput const &outputPort, ReceiverIfc const &inputPort)
Test that a connection exists between the output port and the input port with a ChannelOneToAny.
static bool testChannelOneToAny(PortOutput const &outputPort, ReceiverIfc const &inputPort, uint32_t receiverIndex)
Test that a connection exists between the output port and the input port with a ChannelOneToAny at th...
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t