![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
gets bytes from lvar array and pushes them to stack More...
#include <Svc/FpySequencer/FpySequencer_LoadDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Attributes | |
| Svc::Fpy::StackSizeType | m_lvarOffset |
| Svc::Fpy::StackSizeType | m_size |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
gets bytes from lvar array and pushes them to stack
Definition at line 19 of file FpySequencer_LoadDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 29 of file FpySequencer_LoadDirectiveSerializableAc.hpp.
| Svc::FpySequencer_LoadDirective::FpySequencer_LoadDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| Svc::FpySequencer_LoadDirective::FpySequencer_LoadDirective | ( | Svc::Fpy::StackSizeType | lvarOffset, |
| Svc::Fpy::StackSizeType | size | ||
| ) |
Member constructor.
Definition at line 26 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| Svc::FpySequencer_LoadDirective::FpySequencer_LoadDirective | ( | const FpySequencer_LoadDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 38 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 113 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
|
inline |
Get member lvarOffset.
Definition at line 122 of file FpySequencer_LoadDirectiveSerializableAc.hpp.
|
inline |
Get member size.
Definition at line 128 of file FpySequencer_LoadDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_LoadDirective::operator!= | ( | const FpySequencer_LoadDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 72 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| FpySequencer_LoadDirective & Svc::FpySequencer_LoadDirective::operator= | ( | const FpySequencer_LoadDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 51 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_LoadDirective::operator== | ( | const FpySequencer_LoadDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 62 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_LoadDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 133 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 93 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_LoadDirective::set | ( | Svc::Fpy::StackSizeType | lvarOffset, |
| Svc::Fpy::StackSizeType | size | ||
| ) |
Set all members.
Definition at line 169 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_LoadDirective::set_lvarOffset | ( | Svc::Fpy::StackSizeType | lvarOffset | ) |
Set member lvarOffset.
Definition at line 179 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_LoadDirective::set_size | ( | Svc::Fpy::StackSizeType | size | ) |
Set member size.
Definition at line 185 of file FpySequencer_LoadDirectiveSerializableAc.cpp.
|
protected |
Definition at line 155 of file FpySequencer_LoadDirectiveSerializableAc.hpp.
|
protected |
Definition at line 156 of file FpySequencer_LoadDirectiveSerializableAc.hpp.