![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
pushes some empty bytes to the stack More...
#include <Svc/FpySequencer/FpySequencer_AllocateDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Attributes | |
| Svc::Fpy::StackSizeType | m_size |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
pushes some empty bytes to the stack
Definition at line 19 of file FpySequencer_AllocateDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 29 of file FpySequencer_AllocateDirectiveSerializableAc.hpp.
| Svc::FpySequencer_AllocateDirective::FpySequencer_AllocateDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| Svc::FpySequencer_AllocateDirective::FpySequencer_AllocateDirective | ( | Svc::Fpy::StackSizeType | size | ) |
Member constructor.
Definition at line 25 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| Svc::FpySequencer_AllocateDirective::FpySequencer_AllocateDirective | ( | const FpySequencer_AllocateDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 33 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 99 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
inline |
Get member size.
Definition at line 118 of file FpySequencer_AllocateDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_AllocateDirective::operator!= | ( | const FpySequencer_AllocateDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 62 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| FpySequencer_AllocateDirective & Svc::FpySequencer_AllocateDirective::operator= | ( | const FpySequencer_AllocateDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 45 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_AllocateDirective::operator== | ( | const FpySequencer_AllocateDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 56 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_AllocateDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 115 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 83 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_AllocateDirective::set | ( | Svc::Fpy::StackSizeType | size | ) |
Set all members.
Definition at line 144 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_AllocateDirective::set_size | ( | Svc::Fpy::StackSizeType | size | ) |
Set member size.
Definition at line 150 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
protected |
Definition at line 139 of file FpySequencer_AllocateDirectiveSerializableAc.hpp.