27 m_comQueueIndex(comQueueIndex)
35 m_comQueueIndex(obj.m_comQueueIndex)
64 return !(*
this == obj);
69 std::ostream& operator<<(std::ostream& os,
const FrameContext& obj) {
108 #if FW_SERIALIZABLE_TO_STRING 113 static const char* formatString =
Serialization/Deserialization operation was successful.
FrameContext()
Constructor (default value)
SerializeStatus serialize(U8 val)
serialize 8-bit unsigned int
const char * toChar() const
bool operator!=(const FrameContext &obj) const
Inequality operator.
SerializeStatus
forward declaration for string
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
Deserialization.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
Serialization.
FormatStatus format(const CHAR *formatString,...)
write formatted string to buffer
bool operator==(const FrameContext &obj) const
Equality operator.
SerializeStatus deserialize(U8 &val)
deserialize 8-bit unsigned int
PlatformIndexType FwIndexType
Type used to pass context info between components during framing/deframing.
void setcomQueueIndex(FwIndexType comQueueIndex)
Set member comQueueIndex.
FwIndexType m_comQueueIndex
void set(FwIndexType comQueueIndex)
Set all members.
FrameContext & operator=(const FrameContext &obj)
Copy assignment operator.