![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_ExitDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Attributes | |
| bool | m_success |
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_ExitDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 27 of file FpySequencer_ExitDirectiveSerializableAc.hpp.
| Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective | ( | bool | success | ) |
Member constructor.
Definition at line 25 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| Svc::FpySequencer_ExitDirective::FpySequencer_ExitDirective | ( | const FpySequencer_ExitDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 33 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 96 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
|
inline |
Get member success.
Definition at line 114 of file FpySequencer_ExitDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_ExitDirective::operator!= | ( | const FpySequencer_ExitDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 62 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| FpySequencer_ExitDirective & Svc::FpySequencer_ExitDirective::operator= | ( | const FpySequencer_ExitDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 45 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_ExitDirective::operator== | ( | const FpySequencer_ExitDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 56 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_ExitDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 109 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 83 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ExitDirective::set | ( | bool | success | ) |
Set all members.
Definition at line 138 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ExitDirective::set_success | ( | bool | success | ) |
Set member success.
Definition at line 144 of file FpySequencer_ExitDirectiveSerializableAc.cpp.
|
protected |
Definition at line 135 of file FpySequencer_ExitDirectiveSerializableAc.hpp.