![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_GoalStateEnumAc.hpp>
Public Types | |
| enum | T { RUNNING = 0, VALID = 1, IDLE = 2 } |
| The raw enum type. More... | |
| enum | { SERIALIZED_SIZE = sizeof(SerialType), NUM_CONSTANTS = 3 } |
| typedef I32 | SerialType |
| The serial representation type. More... | |
| typedef T | t |
| For backwards compatibility. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Public Member Functions | |
| FpySequencer_GoalState () | |
| Constructor (default value of RUNNING) More... | |
| FpySequencer_GoalState (const T e1) | |
| Constructor (user-provided value) More... | |
| FpySequencer_GoalState (const FpySequencer_GoalState &obj) | |
| Copy constructor. More... | |
| FpySequencer_GoalState & | operator= (const FpySequencer_GoalState &obj) |
| Copy assignment operator (object) More... | |
| FpySequencer_GoalState & | operator= (T e1) |
| Copy assignment operator (raw enum) More... | |
| operator T () const | |
| Conversion operator. More... | |
| bool | operator== (T e1) const |
| Equality operator. More... | |
| bool | operator!= (T e1) const |
| Inequality operator. More... | |
| bool | isValid () const |
| Check raw enum value for validity. More... | |
| Fw::SerializeStatus | serializeTo (Fw::SerializeBufferBase &buffer) const |
| Serialize raw enum value to SerialType. More... | |
| Fw::SerializeStatus | deserializeFrom (Fw::SerializeBufferBase &buffer) |
| Deserialize raw enum value from SerialType. More... | |
Public Member Functions inherited from Fw::Serializable | |
| SerializeStatus | serialize (SerializeBufferBase &buffer) const |
| SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Public Attributes | |
| T | e |
| The raw enum value. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Definition at line 16 of file FpySequencer_GoalStateEnumAc.hpp.
| typedef I32 Svc::FpySequencer_GoalState::SerialType |
The serial representation type.
Definition at line 27 of file FpySequencer_GoalStateEnumAc.hpp.
| typedef T Svc::FpySequencer_GoalState::t |
For backwards compatibility.
Definition at line 37 of file FpySequencer_GoalStateEnumAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
| NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 45 of file FpySequencer_GoalStateEnumAc.hpp.
The raw enum type.
| Enumerator | |
|---|---|
| RUNNING | |
| VALID | |
| IDLE | |
Definition at line 30 of file FpySequencer_GoalStateEnumAc.hpp.
|
inline |
Constructor (default value of RUNNING)
Definition at line 59 of file FpySequencer_GoalStateEnumAc.hpp.
|
inline |
Constructor (user-provided value)
| e1 | The raw enum value |
Definition at line 65 of file FpySequencer_GoalStateEnumAc.hpp.
|
inline |
Copy constructor.
| obj | The source object |
Definition at line 73 of file FpySequencer_GoalStateEnumAc.hpp.
|
virtual |
Deserialize raw enum value from SerialType.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 64 of file FpySequencer_GoalStateEnumAc.cpp.
| bool Svc::FpySequencer_GoalState::isValid | ( | ) | const |
Check raw enum value for validity.
Definition at line 49 of file FpySequencer_GoalStateEnumAc.cpp.
|
inline |
Conversion operator.
Definition at line 97 of file FpySequencer_GoalStateEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 109 of file FpySequencer_GoalStateEnumAc.hpp.
| FpySequencer_GoalState & Svc::FpySequencer_GoalState::operator= | ( | const FpySequencer_GoalState & | obj | ) |
Copy assignment operator (object)
| obj | The source object |
Definition at line 20 of file FpySequencer_GoalStateEnumAc.cpp.
| FpySequencer_GoalState & Svc::FpySequencer_GoalState::operator= | ( | T | e1 | ) |
Copy assignment operator (raw enum)
| e1 | The enum value |
Definition at line 27 of file FpySequencer_GoalStateEnumAc.cpp.
|
inline |
Equality operator.
Definition at line 103 of file FpySequencer_GoalStateEnumAc.hpp.
|
virtual |
Serialize raw enum value to SerialType.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 55 of file FpySequencer_GoalStateEnumAc.cpp.
| T Svc::FpySequencer_GoalState::e |
The raw enum value.
Definition at line 159 of file FpySequencer_GoalStateEnumAc.hpp.