Dataflow Runtime API  2.7.4.0
Public Member Functions | Public Attributes | List of all members
imt::base::dff::activeparts::test::ChannelMockOut::DataContainer Struct Reference

Structure which stores the received data received on the channel. More...

#include <Imt.Base.Dff.ActiveParts.Test/ChannelMockOut.h>

Public Member Functions

bool operator== (const DataContainer &other) const
 Equals operator overload. More...
 

Public Attributes

uint16_t protocolIdentifier
 Protocol identifier.
 
uint8_t dataBuffer [imt::base::dff::runtime::EVENTDATA_SIZE_BYTES]
 Buffer which holds the message. More...
 
uint32_t dataSize
 Actual size of the message in bytes.
 

Detailed Description

Structure which stores the received data received on the channel.

Member Function Documentation

◆ operator==()

bool imt::base::dff::activeparts::test::ChannelMockOut::DataContainer::operator== ( const DataContainer other) const
inline

Equals operator overload.

Parameters
otherDataContainer to compare with.
Returns
True if instances are equal.

Member Data Documentation

◆ dataBuffer

uint8_t imt::base::dff::activeparts::test::ChannelMockOut::DataContainer::dataBuffer[imt::base::dff::runtime::EVENTDATA_SIZE_BYTES]

Buffer which holds the message.

Size is defined in RuntimeConfigApp.h.


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