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