![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_IfDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Public Member Functions | |
| FpySequencer_IfDirective () | |
| Constructor (default value) More... | |
| FpySequencer_IfDirective (U8 conditionalReg, U32 falseGotoStmtIndex) | |
| Member constructor. More... | |
| FpySequencer_IfDirective (const FpySequencer_IfDirective &obj) | |
| Copy constructor. More... | |
| FpySequencer_IfDirective & | operator= (const FpySequencer_IfDirective &obj) |
| Copy assignment operator. More... | |
| bool | operator== (const FpySequencer_IfDirective &obj) const |
| Equality operator. More... | |
| bool | operator!= (const FpySequencer_IfDirective &obj) const |
| Inequality operator. More... | |
| Fw::SerializeStatus | serializeTo (Fw::SerializeBufferBase &buffer) const |
| Serialization. More... | |
| Fw::SerializeStatus | deserializeFrom (Fw::SerializeBufferBase &buffer) |
| Deserialization. More... | |
| FwSizeType | serializedSize () const |
| Get the dynamic serialized size of the struct. More... | |
| U8 | get_conditionalReg () const |
| Get member conditionalReg. More... | |
| U32 | get_falseGotoStmtIndex () const |
| Get member falseGotoStmtIndex. More... | |
| void | set (U8 conditionalReg, U32 falseGotoStmtIndex) |
| Set all members. More... | |
| void | set_conditionalReg (U8 conditionalReg) |
| Set member conditionalReg. More... | |
| void | set_falseGotoStmtIndex (U32 falseGotoStmtIndex) |
| Set member falseGotoStmtIndex. More... | |
Public Member Functions inherited from Fw::Serializable | |
| SerializeStatus | serialize (SerializeBufferBase &buffer) const |
| SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Protected Attributes | |
| U8 | m_conditionalReg |
| U32 | m_falseGotoStmtIndex |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Definition at line 17 of file FpySequencer_IfDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 27 of file FpySequencer_IfDirectiveSerializableAc.hpp.
| Svc::FpySequencer_IfDirective::FpySequencer_IfDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| Svc::FpySequencer_IfDirective::FpySequencer_IfDirective | ( | U8 | conditionalReg, |
| U32 | falseGotoStmtIndex | ||
| ) |
Member constructor.
Definition at line 26 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| Svc::FpySequencer_IfDirective::FpySequencer_IfDirective | ( | const FpySequencer_IfDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 38 of file FpySequencer_IfDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 110 of file FpySequencer_IfDirectiveSerializableAc.cpp.
|
inline |
Get member conditionalReg.
Definition at line 118 of file FpySequencer_IfDirectiveSerializableAc.hpp.
|
inline |
Get member falseGotoStmtIndex.
Definition at line 124 of file FpySequencer_IfDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_IfDirective::operator!= | ( | const FpySequencer_IfDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 72 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| FpySequencer_IfDirective & Svc::FpySequencer_IfDirective::operator= | ( | const FpySequencer_IfDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 51 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_IfDirective::operator== | ( | const FpySequencer_IfDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 62 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_IfDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 127 of file FpySequencer_IfDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 93 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_IfDirective::set | ( | U8 | conditionalReg, |
| U32 | falseGotoStmtIndex | ||
| ) |
Set all members.
Definition at line 163 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_IfDirective::set_conditionalReg | ( | U8 | conditionalReg | ) |
Set member conditionalReg.
Definition at line 173 of file FpySequencer_IfDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_IfDirective::set_falseGotoStmtIndex | ( | U32 | falseGotoStmtIndex | ) |
Set member falseGotoStmtIndex.
Definition at line 179 of file FpySequencer_IfDirectiveSerializableAc.cpp.
|
protected |
Definition at line 151 of file FpySequencer_IfDirectiveSerializableAc.hpp.
|
protected |
Definition at line 152 of file FpySequencer_IfDirectiveSerializableAc.hpp.