![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Type used to pass context info between components during framing/deframing. More...
#include <config/FrameContextSerializableAc.hpp>
Public Types | |
enum | { SERIALIZED_SIZE } |
![]() | |
using | SizeType = FwSizeType |
Public Member Functions | |
FrameContext () | |
Constructor (default value) More... | |
FrameContext (FwIndexType comQueueIndex) | |
Member constructor. More... | |
FrameContext (const FrameContext &obj) | |
Copy constructor. More... | |
FrameContext & | operator= (const FrameContext &obj) |
Copy assignment operator. More... | |
bool | operator== (const FrameContext &obj) const |
Equality operator. More... | |
bool | operator!= (const FrameContext &obj) const |
Inequality operator. More... | |
Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
Serialization. More... | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialization. More... | |
FwIndexType | getcomQueueIndex () const |
Get member comQueueIndex. More... | |
void | set (FwIndexType comQueueIndex) |
Set all members. More... | |
void | setcomQueueIndex (FwIndexType comQueueIndex) |
Set member comQueueIndex. More... | |
Protected Attributes | |
FwIndexType | m_comQueueIndex |
Additional Inherited Members | |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Type used to pass context info between components during framing/deframing.
Definition at line 19 of file FrameContextSerializableAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 29 of file FrameContextSerializableAc.hpp.
ComCfg::FrameContext::FrameContext | ( | ) |
Constructor (default value)
Definition at line 17 of file FrameContextSerializableAc.cpp.
ComCfg::FrameContext::FrameContext | ( | FwIndexType | comQueueIndex | ) |
Member constructor.
Definition at line 25 of file FrameContextSerializableAc.cpp.
ComCfg::FrameContext::FrameContext | ( | const FrameContext & | obj | ) |
Copy constructor.
obj | The source object |
Definition at line 33 of file FrameContextSerializableAc.cpp.
|
virtual |
Deserialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 96 of file FrameContextSerializableAc.cpp.
|
inline |
Get member comQueueIndex.
Definition at line 113 of file FrameContextSerializableAc.hpp.
bool ComCfg::FrameContext::operator!= | ( | const FrameContext & | obj | ) | const |
Inequality operator.
obj | The other object |
Definition at line 62 of file FrameContextSerializableAc.cpp.
FrameContext & ComCfg::FrameContext::operator= | ( | const FrameContext & | obj | ) |
Copy assignment operator.
obj | The source object |
Definition at line 45 of file FrameContextSerializableAc.cpp.
bool ComCfg::FrameContext::operator== | ( | const FrameContext & | obj | ) | const |
Equality operator.
obj | The other object |
Definition at line 56 of file FrameContextSerializableAc.cpp.
|
virtual |
Serialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 83 of file FrameContextSerializableAc.cpp.
void ComCfg::FrameContext::set | ( | FwIndexType | comQueueIndex | ) |
Set all members.
Definition at line 131 of file FrameContextSerializableAc.cpp.
void ComCfg::FrameContext::setcomQueueIndex | ( | FwIndexType | comQueueIndex | ) |
Set member comQueueIndex.
Definition at line 137 of file FrameContextSerializableAc.cpp.
|
protected |
Definition at line 134 of file FrameContextSerializableAc.hpp.