![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
pushes a const byte array onto stack More...
#include <Svc/FpySequencer/FpySequencer_PushValDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
| using | Type_of_val = U8[2048] |
| The type of val. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Attributes | |
| U8 | m_val [2048] |
| FwSizeType | m__valSize |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
pushes a const byte array onto stack
Definition at line 19 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
| using Svc::FpySequencer_PushValDirective::Type_of_val = U8[2048] |
The type of val.
Definition at line 30 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 38 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
| Svc::FpySequencer_PushValDirective::FpySequencer_PushValDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| Svc::FpySequencer_PushValDirective::FpySequencer_PushValDirective | ( | const Type_of_val & | val, |
| FwSizeType | _valSize | ||
| ) |
Member constructor.
Definition at line 26 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| Svc::FpySequencer_PushValDirective::FpySequencer_PushValDirective | ( | const FpySequencer_PushValDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 39 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| Svc::FpySequencer_PushValDirective::FpySequencer_PushValDirective | ( | U8 | val, |
| FwSizeType | _valSize | ||
| ) |
Member constructor (scalar values for arrays)
Definition at line 49 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 140 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
|
inline |
Get member _valSize.
Definition at line 149 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
|
inline |
Get member val.
Definition at line 137 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
|
inline |
Get member val (const)
Definition at line 143 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_PushValDirective::operator!= | ( | const FpySequencer_PushValDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 97 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| FpySequencer_PushValDirective & Svc::FpySequencer_PushValDirective::operator= | ( | const FpySequencer_PushValDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 66 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_PushValDirective::operator== | ( | const FpySequencer_PushValDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 77 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_PushValDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 162 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 118 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_PushValDirective::set | ( | const Type_of_val & | val, |
| FwSizeType | _valSize | ||
| ) |
Set all members.
Definition at line 205 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_PushValDirective::set__valSize | ( | FwSizeType | _valSize | ) |
Set member _valSize.
Definition at line 226 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_PushValDirective::set_val | ( | const Type_of_val & | val | ) |
Set member val.
Definition at line 218 of file FpySequencer_PushValDirectiveSerializableAc.cpp.
|
protected |
Definition at line 177 of file FpySequencer_PushValDirectiveSerializableAc.hpp.
|
protected |
Definition at line 176 of file FpySequencer_PushValDirectiveSerializableAc.hpp.