![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_BlockStateEnumAc.hpp>
Public Types | |
enum | T { BLOCK = 0, NO_BLOCK = 1 } |
The raw enum type. More... | |
enum | { SERIALIZED_SIZE = sizeof(SerialType), NUM_CONSTANTS = 2 } |
typedef I32 | SerialType |
The serial representation type. More... | |
typedef T | t |
For backwards compatibility. More... | |
![]() | |
using | SizeType = FwSizeType |
Public Member Functions | |
FpySequencer_BlockState () | |
Constructor (default value of BLOCK) More... | |
FpySequencer_BlockState (const T e1) | |
Constructor (user-provided value) More... | |
FpySequencer_BlockState (const FpySequencer_BlockState &obj) | |
Copy constructor. More... | |
FpySequencer_BlockState & | operator= (const FpySequencer_BlockState &obj) |
Copy assignment operator (object) More... | |
FpySequencer_BlockState & | 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 | serialize (Fw::SerializeBufferBase &buffer) const |
Serialize raw enum value to SerialType. More... | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialize raw enum value from SerialType. More... | |
Public Attributes | |
T | e |
The raw enum value. More... | |
Additional Inherited Members | |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Definition at line 16 of file FpySequencer_BlockStateEnumAc.hpp.
typedef I32 Svc::FpySequencer_BlockState::SerialType |
The serial representation type.
Definition at line 27 of file FpySequencer_BlockStateEnumAc.hpp.
typedef T Svc::FpySequencer_BlockState::t |
For backwards compatibility.
Definition at line 36 of file FpySequencer_BlockStateEnumAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 44 of file FpySequencer_BlockStateEnumAc.hpp.
The raw enum type.
Enumerator | |
---|---|
BLOCK | |
NO_BLOCK |
Definition at line 30 of file FpySequencer_BlockStateEnumAc.hpp.
|
inline |
Constructor (default value of BLOCK)
Definition at line 58 of file FpySequencer_BlockStateEnumAc.hpp.
|
inline |
Constructor (user-provided value)
e1 | The raw enum value |
Definition at line 64 of file FpySequencer_BlockStateEnumAc.hpp.
|
inline |
Copy constructor.
obj | The source object |
Definition at line 72 of file FpySequencer_BlockStateEnumAc.hpp.
|
virtual |
Deserialize raw enum value from SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 64 of file FpySequencer_BlockStateEnumAc.cpp.
bool Svc::FpySequencer_BlockState::isValid | ( | ) | const |
Check raw enum value for validity.
Definition at line 49 of file FpySequencer_BlockStateEnumAc.cpp.
|
inline |
Conversion operator.
Definition at line 96 of file FpySequencer_BlockStateEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 108 of file FpySequencer_BlockStateEnumAc.hpp.
FpySequencer_BlockState & Svc::FpySequencer_BlockState::operator= | ( | const FpySequencer_BlockState & | obj | ) |
Copy assignment operator (object)
obj | The source object |
Definition at line 20 of file FpySequencer_BlockStateEnumAc.cpp.
FpySequencer_BlockState & Svc::FpySequencer_BlockState::operator= | ( | T | e1 | ) |
Copy assignment operator (raw enum)
e1 | The enum value |
Definition at line 27 of file FpySequencer_BlockStateEnumAc.cpp.
|
inline |
Equality operator.
Definition at line 102 of file FpySequencer_BlockStateEnumAc.hpp.
|
virtual |
Serialize raw enum value to SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 55 of file FpySequencer_BlockStateEnumAc.cpp.
T Svc::FpySequencer_BlockState::e |
The raw enum value.
Definition at line 158 of file FpySequencer_BlockStateEnumAc.hpp.