The size of the serial representation.
ComCfg::FrameContext m_context
The size of the serial representation.
void set_context(const ComCfg::FrameContext &context)
Set member context.
ComDataContextPair & operator=(const ComDataContextPair &obj)
Copy assignment operator.
void set_data(const Fw::Buffer &data)
Set member data.
bool operator==(const ComDataContextPair &obj) const
Equality operator.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialization.
FwSizeType serializedSize() const
Get the dynamic serialized size of the struct.
bool operator!=(const ComDataContextPair &obj) const
Inequality operator.
ComCfg::FrameContext & get_context()
Get member context.
ComDataContextPair()
Constructor (default value)
Type used to pass context info between components during framing/deframing.
const ComCfg::FrameContext & get_context() const
Get member context (const)
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialization.
const Fw::Buffer & get_data() const
Get member data (const)