![]() |
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 } |
![]() | |
using | SizeType = FwSizeType |
Protected Attributes | |
Svc::Fpy::StackSizeType | m_size |
Additional Inherited Members | |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
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 |
Implements Fw::Serializable.
Definition at line 96 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
inline |
Get member size.
Definition at line 116 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 109 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
buffer | The serial 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 138 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
void Svc::FpySequencer_AllocateDirective::set_size | ( | Svc::Fpy::StackSizeType | size | ) |
Set member size.
Definition at line 144 of file FpySequencer_AllocateDirectiveSerializableAc.cpp.
|
protected |
Definition at line 137 of file FpySequencer_AllocateDirectiveSerializableAc.hpp.