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