![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <docs-cache/F-Prime/Drv/ByteStreamDriverModel/PollStatusEnumAc.hpp>
Public Types | |
enum | T { POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 } |
The raw enum type. More... | |
enum | { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 3 } |
enum | T { POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 } |
The raw enum type. More... | |
enum | { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 3 } |
enum | T { POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 } |
The raw enum type. More... | |
enum | { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 3 } |
enum | T { POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 , POLL_OK = 0 , POLL_RETRY = 1 , POLL_ERROR = 2 } |
The raw enum type. More... | |
enum | { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 3 } |
typedef I32 | SerialType |
The serial representation type. | |
typedef T | t |
For backwards compatibility. | |
typedef I32 | SerialType |
The serial representation type. | |
typedef T | t |
For backwards compatibility. | |
typedef I32 | SerialType |
The serial representation type. | |
typedef T | t |
For backwards compatibility. | |
typedef I32 | SerialType |
The serial representation type. | |
typedef T | t |
For backwards compatibility. | |
Public Member Functions | |
PollStatus () | |
Constructor (default value of POLL_OK) | |
PollStatus (const T e) | |
Constructor (user-provided value) | |
PollStatus (const PollStatus &obj) | |
Copy constructor. | |
PollStatus & | operator= (const PollStatus &obj) |
Copy assignment operator (object) | |
PollStatus & | operator= (T e) |
Copy assignment operator (raw enum) | |
operator T () const | |
Conversion operator. | |
bool | operator== (T e) const |
Equality operator. | |
bool | operator!= (T e) const |
Inequality operator. | |
bool | isValid () const |
Check raw enum value for validity. | |
Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
Serialize raw enum value to SerialType. | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialize raw enum value from SerialType. | |
PollStatus () | |
Constructor (default value of POLL_OK) | |
PollStatus (const T e) | |
Constructor (user-provided value) | |
PollStatus (const PollStatus &obj) | |
Copy constructor. | |
PollStatus & | operator= (const PollStatus &obj) |
Copy assignment operator (object) | |
PollStatus & | operator= (T e) |
Copy assignment operator (raw enum) | |
operator T () const | |
Conversion operator. | |
bool | operator== (T e) const |
Equality operator. | |
bool | operator!= (T e) const |
Inequality operator. | |
bool | isValid () const |
Check raw enum value for validity. | |
Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
Serialize raw enum value to SerialType. | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialize raw enum value from SerialType. | |
PollStatus () | |
Constructor (default value of POLL_OK) | |
PollStatus (const T e) | |
Constructor (user-provided value) | |
PollStatus (const PollStatus &obj) | |
Copy constructor. | |
PollStatus & | operator= (const PollStatus &obj) |
Copy assignment operator (object) | |
PollStatus & | operator= (T e) |
Copy assignment operator (raw enum) | |
operator T () const | |
Conversion operator. | |
bool | operator== (T e) const |
Equality operator. | |
bool | operator!= (T e) const |
Inequality operator. | |
bool | isValid () const |
Check raw enum value for validity. | |
Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
Serialize raw enum value to SerialType. | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialize raw enum value from SerialType. | |
PollStatus () | |
Constructor (default value of POLL_OK) | |
PollStatus (const T e) | |
Constructor (user-provided value) | |
PollStatus (const PollStatus &obj) | |
Copy constructor. | |
PollStatus & | operator= (const PollStatus &obj) |
Copy assignment operator (object) | |
PollStatus & | operator= (T e) |
Copy assignment operator (raw enum) | |
operator T () const | |
Conversion operator. | |
bool | operator== (T e) const |
Equality operator. | |
bool | operator!= (T e) const |
Inequality operator. | |
bool | isValid () const |
Check raw enum value for validity. | |
Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
Serialize raw enum value to SerialType. | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialize raw enum value from SerialType. | |
Public Attributes | |
T | e |
The raw enum value. | |
Additional Inherited Members | |
![]() | |
Serializable () | |
Default constructor. | |
virtual | ~Serializable () |
destructor | |
Definition at line 16 of file PollStatusEnumAc.hpp.
typedef I32 Drv::PollStatus::SerialType |
The serial representation type.
Definition at line 27 of file PollStatusEnumAc.hpp.
typedef I32 Drv::PollStatus::SerialType |
The serial representation type.
Definition at line 27 of file PollStatusEnumAc.hpp.
typedef I32 Drv::PollStatus::SerialType |
The serial representation type.
Definition at line 27 of file PollStatusEnumAc.hpp.
typedef I32 Drv::PollStatus::SerialType |
The serial representation type.
Definition at line 27 of file PollStatusEnumAc.hpp.
typedef T Drv::PollStatus::t |
For backwards compatibility.
Definition at line 40 of file PollStatusEnumAc.hpp.
typedef T Drv::PollStatus::t |
For backwards compatibility.
Definition at line 40 of file PollStatusEnumAc.hpp.
typedef T Drv::PollStatus::t |
For backwards compatibility.
Definition at line 40 of file PollStatusEnumAc.hpp.
typedef T Drv::PollStatus::t |
For backwards compatibility.
Definition at line 40 of file PollStatusEnumAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 48 of file PollStatusEnumAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 48 of file PollStatusEnumAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 48 of file PollStatusEnumAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
NUM_CONSTANTS | The number of enumerated constants. |
Definition at line 48 of file PollStatusEnumAc.hpp.
enum Drv::PollStatus::T |
The raw enum type.
Definition at line 30 of file PollStatusEnumAc.hpp.
enum Drv::PollStatus::T |
The raw enum type.
Definition at line 30 of file PollStatusEnumAc.hpp.
enum Drv::PollStatus::T |
The raw enum type.
Definition at line 30 of file PollStatusEnumAc.hpp.
enum Drv::PollStatus::T |
The raw enum type.
Definition at line 30 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (default value of POLL_OK)
Definition at line 62 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (user-provided value)
e | The raw enum value |
Definition at line 68 of file PollStatusEnumAc.hpp.
|
inline |
Copy constructor.
obj | The source object |
Definition at line 76 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (default value of POLL_OK)
Definition at line 62 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (user-provided value)
e | The raw enum value |
Definition at line 68 of file PollStatusEnumAc.hpp.
|
inline |
Copy constructor.
obj | The source object |
Definition at line 76 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (default value of POLL_OK)
Definition at line 62 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (user-provided value)
e | The raw enum value |
Definition at line 68 of file PollStatusEnumAc.hpp.
|
inline |
Copy constructor.
obj | The source object |
Definition at line 76 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (default value of POLL_OK)
Definition at line 62 of file PollStatusEnumAc.hpp.
|
inline |
Constructor (user-provided value)
e | The raw enum value |
Definition at line 68 of file PollStatusEnumAc.hpp.
|
inline |
Copy constructor.
obj | The source object |
Definition at line 76 of file PollStatusEnumAc.hpp.
|
virtual |
Deserialize raw enum value from SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 63 of file PollStatusEnumAc.cpp.
|
virtual |
Deserialize raw enum value from SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
|
virtual |
Deserialize raw enum value from SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
|
virtual |
Deserialize raw enum value from SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
bool Drv::PollStatus::isValid | ( | ) | const |
Check raw enum value for validity.
Definition at line 48 of file PollStatusEnumAc.cpp.
bool Drv::PollStatus::isValid | ( | ) | const |
Check raw enum value for validity.
bool Drv::PollStatus::isValid | ( | ) | const |
Check raw enum value for validity.
bool Drv::PollStatus::isValid | ( | ) | const |
Check raw enum value for validity.
|
inline |
Conversion operator.
Definition at line 100 of file PollStatusEnumAc.hpp.
|
inline |
Conversion operator.
Definition at line 100 of file PollStatusEnumAc.hpp.
|
inline |
Conversion operator.
Definition at line 100 of file PollStatusEnumAc.hpp.
|
inline |
Conversion operator.
Definition at line 100 of file PollStatusEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 112 of file PollStatusEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 112 of file PollStatusEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 112 of file PollStatusEnumAc.hpp.
|
inline |
Inequality operator.
Definition at line 112 of file PollStatusEnumAc.hpp.
PollStatus & Drv::PollStatus::operator= | ( | const PollStatus & | obj | ) |
Copy assignment operator (object)
obj | The source object |
Definition at line 19 of file PollStatusEnumAc.cpp.
PollStatus & Drv::PollStatus::operator= | ( | const PollStatus & | obj | ) |
Copy assignment operator (object)
obj | The source object |
PollStatus & Drv::PollStatus::operator= | ( | const PollStatus & | obj | ) |
Copy assignment operator (object)
obj | The source object |
PollStatus & Drv::PollStatus::operator= | ( | const PollStatus & | obj | ) |
Copy assignment operator (object)
obj | The source object |
PollStatus & Drv::PollStatus::operator= | ( | T | e | ) |
Copy assignment operator (raw enum)
e | The enum value |
Definition at line 26 of file PollStatusEnumAc.cpp.
PollStatus & Drv::PollStatus::operator= | ( | T | e | ) |
Copy assignment operator (raw enum)
e | The enum value |
PollStatus & Drv::PollStatus::operator= | ( | T | e | ) |
Copy assignment operator (raw enum)
e | The enum value |
PollStatus & Drv::PollStatus::operator= | ( | T | e | ) |
Copy assignment operator (raw enum)
e | The enum value |
|
inline |
Equality operator.
Definition at line 106 of file PollStatusEnumAc.hpp.
|
inline |
Equality operator.
Definition at line 106 of file PollStatusEnumAc.hpp.
|
inline |
Equality operator.
Definition at line 106 of file PollStatusEnumAc.hpp.
|
inline |
Equality operator.
Definition at line 106 of file PollStatusEnumAc.hpp.
|
virtual |
Serialize raw enum value to SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 54 of file PollStatusEnumAc.cpp.
|
virtual |
Serialize raw enum value to SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
|
virtual |
Serialize raw enum value to SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
|
virtual |
Serialize raw enum value to SerialType.
buffer | The serial buffer |
Implements Fw::Serializable.
T Drv::PollStatus::e |
The raw enum value.
Definition at line 162 of file PollStatusEnumAc.hpp.