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