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