F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Svc::PrmDb_PrmReadError Class Reference

Parameter read error. More...

#include <Svc/PrmDb/PrmDb_PrmReadErrorEnumAc.hpp>

Inheritance diagram for Svc::PrmDb_PrmReadError:
Fw::Serializable

Public Types

enum  T {
  OPEN = 0 , DELIMITER = 1 , DELIMITER_SIZE = 2 , DELIMITER_VALUE = 3 ,
  RECORD_SIZE = 4 , RECORD_SIZE_SIZE = 5 , RECORD_SIZE_VALUE = 6 , PARAMETER_ID = 7 ,
  PARAMETER_ID_SIZE = 8 , PARAMETER_VALUE = 9 , PARAMETER_VALUE_SIZE = 10
}
 The raw enum type. More...
 
enum  { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 11 }
 
typedef I32 SerialType
 The serial representation type. More...
 
typedef T t
 For backwards compatibility. More...
 
- Public Types inherited from Fw::Serializable
using SizeType = NATIVE_UINT_TYPE
 

Public Member Functions

 PrmDb_PrmReadError ()
 Constructor (default value of OPEN) More...
 
 PrmDb_PrmReadError (const T e1)
 Constructor (user-provided value) More...
 
 PrmDb_PrmReadError (const PrmDb_PrmReadError &obj)
 Copy constructor. More...
 
PrmDb_PrmReadErroroperator= (const PrmDb_PrmReadError &obj)
 Copy assignment operator (object) More...
 
PrmDb_PrmReadErroroperator= (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

- Protected Member Functions inherited from Fw::Serializable
 Serializable ()
 Default constructor. More...
 
virtual ~Serializable ()
 destructor More...
 

Detailed Description

Parameter read error.

Definition at line 17 of file PrmDb_PrmReadErrorEnumAc.hpp.

Member Typedef Documentation

◆ SerialType

The serial representation type.

Definition at line 28 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ t

For backwards compatibility.

Definition at line 46 of file PrmDb_PrmReadErrorEnumAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

NUM_CONSTANTS 

The number of enumerated constants.

Definition at line 54 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ T

The raw enum type.

Enumerator
OPEN 
DELIMITER 
DELIMITER_SIZE 
DELIMITER_VALUE 
RECORD_SIZE 
RECORD_SIZE_SIZE 
RECORD_SIZE_VALUE 
PARAMETER_ID 
PARAMETER_ID_SIZE 
PARAMETER_VALUE 
PARAMETER_VALUE_SIZE 

Definition at line 31 of file PrmDb_PrmReadErrorEnumAc.hpp.

Constructor & Destructor Documentation

◆ PrmDb_PrmReadError() [1/3]

Svc::PrmDb_PrmReadError::PrmDb_PrmReadError ( )
inline

Constructor (default value of OPEN)

Definition at line 68 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ PrmDb_PrmReadError() [2/3]

Svc::PrmDb_PrmReadError::PrmDb_PrmReadError ( const T  e1)
inline

Constructor (user-provided value)

Parameters
e1The raw enum value

Definition at line 74 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ PrmDb_PrmReadError() [3/3]

Svc::PrmDb_PrmReadError::PrmDb_PrmReadError ( const PrmDb_PrmReadError obj)
inline

Copy constructor.

Parameters
objThe source object

Definition at line 82 of file PrmDb_PrmReadErrorEnumAc.hpp.

Member Function Documentation

◆ deserialize()

Fw::SerializeStatus Svc::PrmDb_PrmReadError::deserialize ( Fw::SerializeBufferBase buffer)
virtual

Deserialize raw enum value from SerialType.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 63 of file PrmDb_PrmReadErrorEnumAc.cpp.

◆ isValid()

bool Svc::PrmDb_PrmReadError::isValid ( ) const

Check raw enum value for validity.

Definition at line 48 of file PrmDb_PrmReadErrorEnumAc.cpp.

◆ operator T()

Svc::PrmDb_PrmReadError::operator T ( ) const
inline

Conversion operator.

Definition at line 106 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ operator!=()

bool Svc::PrmDb_PrmReadError::operator!= ( T  e1) const
inline

Inequality operator.

Definition at line 118 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ operator=() [1/2]

PrmDb_PrmReadError & Svc::PrmDb_PrmReadError::operator= ( const PrmDb_PrmReadError obj)

Copy assignment operator (object)

Parameters
objThe source object

Definition at line 19 of file PrmDb_PrmReadErrorEnumAc.cpp.

◆ operator=() [2/2]

PrmDb_PrmReadError & Svc::PrmDb_PrmReadError::operator= ( T  e1)

Copy assignment operator (raw enum)

Parameters
e1The enum value

Definition at line 26 of file PrmDb_PrmReadErrorEnumAc.cpp.

◆ operator==()

bool Svc::PrmDb_PrmReadError::operator== ( T  e1) const
inline

Equality operator.

Definition at line 112 of file PrmDb_PrmReadErrorEnumAc.hpp.

◆ serialize()

Fw::SerializeStatus Svc::PrmDb_PrmReadError::serialize ( Fw::SerializeBufferBase buffer) const
virtual

Serialize raw enum value to SerialType.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 54 of file PrmDb_PrmReadErrorEnumAc.cpp.

Member Data Documentation

◆ e

T Svc::PrmDb_PrmReadError::e

The raw enum value.

Definition at line 168 of file PrmDb_PrmReadErrorEnumAc.hpp.


The documentation for this class was generated from the following files: