![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <default/config/PolyDbEntryEnumAc.hpp>
Public Types | |
| enum | T { POLYDB_ENTRY_00 = 0, POLYDB_ENTRY_01 = 1, POLYDB_ENTRY_03 = 2, POLYDB_ENTRY_04 = 3, POLYDB_ENTRY_05 = 4, POLYDB_ENTRY_06 = 5, POLYDB_ENTRY_07 = 6, POLYDB_ENTRY_08 = 7, POLYDB_ENTRY_09 = 8 } |
| The raw enum type. More... | |
| enum | { SERIALIZED_SIZE = sizeof(SerialType), NUM_CONSTANTS = 9 } |
| typedef U32 | SerialType |
| The serial representation type. More... | |
| typedef enum T | t |
| For backwards compatibility. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Public Member Functions | |
| PolyDbEntry () | |
| Constructor (default value of POLYDB_ENTRY_00) More... | |
| PolyDbEntry (const enum T e1) | |
| Constructor (user-provided value) More... | |
| PolyDbEntry (const PolyDbEntry &obj) | |
| Copy constructor. More... | |
| PolyDbEntry & | operator= (const PolyDbEntry &obj) |
| Copy assignment operator (object) More... | |
| PolyDbEntry & | operator= (enum T e1) |
| Copy assignment operator (raw enum) More... | |
| operator enum T () const | |
| Conversion operator. More... | |
| bool | operator== (enum T e1) const |
| Equality operator. More... | |
| bool | operator!= (enum T e1) const |
| Inequality operator. More... | |
| bool | isValid () const |
| Check raw enum value for validity. More... | |
| Fw::SerializeStatus | serializeTo (Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const |
| Serialize raw enum value to SerialType. More... | |
| Fw::SerializeStatus | deserializeFrom (Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) |
| Deserialize raw enum value from SerialType. More... | |
Public Member Functions inherited from Fw::Serializable | |
| DEPRECATED (SerializeStatus serialize(SerialBufferBase &buffer) const, "Use serializeTo(SerialBufferBase& buffer) instead") | |
| DEPRECATED (SerializeStatus deserialize(SerialBufferBase &buffer), "Use deserializeFrom(SerialBufferBase& buffer) instead") | |
Public Attributes | |
| enum T | e |
| The raw enum value. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
Define a set of PolyDb entries on a project-specific basis.
Definition at line 20 of file PolyDbEntryEnumAc.hpp.
| typedef U32 Svc::PolyDbCfg::PolyDbEntry::SerialType |
The serial representation type.
Definition at line 31 of file PolyDbEntryEnumAc.hpp.
| typedef enum T Svc::PolyDbCfg::PolyDbEntry::t |
For backwards compatibility.
Definition at line 56 of file PolyDbEntryEnumAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
| NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 64 of file PolyDbEntryEnumAc.hpp.
The raw enum type.
Definition at line 34 of file PolyDbEntryEnumAc.hpp.
|
inline |
Constructor (default value of POLYDB_ENTRY_00)
Definition at line 78 of file PolyDbEntryEnumAc.hpp.
|
inline |
Constructor (user-provided value)
| e1 | The raw enum value |
Definition at line 84 of file PolyDbEntryEnumAc.hpp.
|
inline |
Copy constructor.
| obj | The source object |
Definition at line 92 of file PolyDbEntryEnumAc.hpp.
|
virtual |
Deserialize raw enum value from SerialType.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 70 of file PolyDbEntryEnumAc.cpp.
| bool Svc::PolyDbCfg::PolyDbEntry::isValid | ( | ) | const |
Check raw enum value for validity.
Definition at line 51 of file PolyDbEntryEnumAc.cpp.
|
inline |
Conversion operator.
Definition at line 116 of file PolyDbEntryEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 128 of file PolyDbEntryEnumAc.hpp.
| PolyDbEntry & Svc::PolyDbCfg::PolyDbEntry::operator= | ( | const PolyDbEntry & | obj | ) |
Copy assignment operator (object)
| obj | The source object |
Definition at line 22 of file PolyDbEntryEnumAc.cpp.
| PolyDbEntry & Svc::PolyDbCfg::PolyDbEntry::operator= | ( | enum T | e1 | ) |
Copy assignment operator (raw enum)
| e1 | The enum value |
Definition at line 29 of file PolyDbEntryEnumAc.cpp.
|
inline |
Equality operator.
Definition at line 122 of file PolyDbEntryEnumAc.hpp.
|
virtual |
Serialize raw enum value to SerialType.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 57 of file PolyDbEntryEnumAc.cpp.
| enum T Svc::PolyDbCfg::PolyDbEntry::e |
The raw enum value.
Definition at line 180 of file PolyDbEntryEnumAc.hpp.