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

#include <Fw/Dp/DpStateEnumAc.hpp>

Inheritance diagram for Fw::DpState:
Fw::Serializable

Public Types

enum  T { UNTRANSMITTED = 0 , PARTIAL = 1 , TRANSMITTED = 2 }
 The raw enum type. More...
 
enum  { SERIALIZED_SIZE = sizeof(SerialType) , NUM_CONSTANTS = 3 }
 
typedef U8 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

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

Definition at line 16 of file DpStateEnumAc.hpp.

Member Typedef Documentation

◆ SerialType

The serial representation type.

Definition at line 27 of file DpStateEnumAc.hpp.

◆ t

typedef T Fw::DpState::t

For backwards compatibility.

Definition at line 42 of file DpStateEnumAc.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 50 of file DpStateEnumAc.hpp.

◆ T

The raw enum type.

Enumerator
UNTRANSMITTED 

The untransmitted state.

PARTIAL 

The partially transmitted state A data product is in this state from the start of transmission until transmission is complete.

TRANSMITTED 

The transmitted state.

Definition at line 30 of file DpStateEnumAc.hpp.

Constructor & Destructor Documentation

◆ DpState() [1/3]

Fw::DpState::DpState ( )
inline

Constructor (default value of UNTRANSMITTED)

Definition at line 64 of file DpStateEnumAc.hpp.

◆ DpState() [2/3]

Fw::DpState::DpState ( const T  e1)
inline

Constructor (user-provided value)

Parameters
e1The raw enum value

Definition at line 70 of file DpStateEnumAc.hpp.

◆ DpState() [3/3]

Fw::DpState::DpState ( const DpState obj)
inline

Copy constructor.

Parameters
objThe source object

Definition at line 78 of file DpStateEnumAc.hpp.

Member Function Documentation

◆ deserialize()

Fw::SerializeStatus Fw::DpState::deserialize ( Fw::SerializeBufferBase buffer)
virtual

Deserialize raw enum value from SerialType.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 63 of file DpStateEnumAc.cpp.

◆ isValid()

bool Fw::DpState::isValid ( ) const

Check raw enum value for validity.

Definition at line 48 of file DpStateEnumAc.cpp.

◆ operator T()

Fw::DpState::operator T ( ) const
inline

Conversion operator.

Definition at line 102 of file DpStateEnumAc.hpp.

◆ operator!=()

bool Fw::DpState::operator!= ( T  e1) const
inline

Inequality operator.

Definition at line 114 of file DpStateEnumAc.hpp.

◆ operator=() [1/2]

DpState & Fw::DpState::operator= ( const DpState obj)

Copy assignment operator (object)

Parameters
objThe source object

Definition at line 19 of file DpStateEnumAc.cpp.

◆ operator=() [2/2]

DpState & Fw::DpState::operator= ( T  e1)

Copy assignment operator (raw enum)

Parameters
e1The enum value

Definition at line 26 of file DpStateEnumAc.cpp.

◆ operator==()

bool Fw::DpState::operator== ( T  e1) const
inline

Equality operator.

Definition at line 108 of file DpStateEnumAc.hpp.

◆ serialize()

Fw::SerializeStatus Fw::DpState::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 DpStateEnumAc.cpp.

Member Data Documentation

◆ e

T Fw::DpState::e

The raw enum value.

Definition at line 164 of file DpStateEnumAc.hpp.


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