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

#include <Svc/FpySequencer/FpySequencer_DebugTelemetrySerializableAc.hpp>

Inheritance diagram for Svc::FpySequencer_DebugTelemetry:
Fw::Serializable

Public Types

enum  { SERIALIZED_SIZE }
 
- Public Types inherited from Fw::Serializable
using SizeType = FwSizeType
 

Public Member Functions

 FpySequencer_DebugTelemetry ()
 Constructor (default value) More...
 
 FpySequencer_DebugTelemetry (bool reachedEndOfFile, bool nextStatementReadSuccess, U8 nextStatementOpcode, FwOpcodeType nextCmdOpcode)
 Member constructor. More...
 
 FpySequencer_DebugTelemetry (const FpySequencer_DebugTelemetry &obj)
 Copy constructor. More...
 
FpySequencer_DebugTelemetryoperator= (const FpySequencer_DebugTelemetry &obj)
 Copy assignment operator. More...
 
bool operator== (const FpySequencer_DebugTelemetry &obj) const
 Equality operator. More...
 
bool operator!= (const FpySequencer_DebugTelemetry &obj) const
 Inequality operator. More...
 
Fw::SerializeStatus serializeTo (Fw::SerializeBufferBase &buffer) const
 Serialization. More...
 
Fw::SerializeStatus deserializeFrom (Fw::SerializeBufferBase &buffer)
 Deserialization. More...
 
FwSizeType serializedSize () const
 Get the dynamic serialized size of the struct. More...
 
bool get_reachedEndOfFile () const
 Get member reachedEndOfFile. More...
 
bool get_nextStatementReadSuccess () const
 Get member nextStatementReadSuccess. More...
 
U8 get_nextStatementOpcode () const
 Get member nextStatementOpcode. More...
 
FwOpcodeType get_nextCmdOpcode () const
 Get member nextCmdOpcode. More...
 
void set (bool reachedEndOfFile, bool nextStatementReadSuccess, U8 nextStatementOpcode, FwOpcodeType nextCmdOpcode)
 Set all members. More...
 
void set_reachedEndOfFile (bool reachedEndOfFile)
 Set member reachedEndOfFile. More...
 
void set_nextStatementReadSuccess (bool nextStatementReadSuccess)
 Set member nextStatementReadSuccess. More...
 
void set_nextStatementOpcode (U8 nextStatementOpcode)
 Set member nextStatementOpcode. More...
 
void set_nextCmdOpcode (FwOpcodeType nextCmdOpcode)
 Set member nextCmdOpcode. More...
 
- Public Member Functions inherited from Fw::Serializable
SerializeStatus serialize (SerializeBufferBase &buffer) const
 
SerializeStatus deserialize (SerializeBufferBase &buffer)
 

Protected Attributes

bool m_reachedEndOfFile
 
bool m_nextStatementReadSuccess
 
U8 m_nextStatementOpcode
 
FwOpcodeType m_nextCmdOpcode
 

Additional Inherited Members

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

Detailed Description

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representation.

Definition at line 28 of file FpySequencer_DebugTelemetrySerializableAc.hpp.

Constructor & Destructor Documentation

◆ FpySequencer_DebugTelemetry() [1/3]

Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry ( )

Constructor (default value)

Definition at line 17 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ FpySequencer_DebugTelemetry() [2/3]

Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry ( bool  reachedEndOfFile,
bool  nextStatementReadSuccess,
U8  nextStatementOpcode,
FwOpcodeType  nextCmdOpcode 
)

Member constructor.

Definition at line 28 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ FpySequencer_DebugTelemetry() [3/3]

Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry ( const FpySequencer_DebugTelemetry obj)

Copy constructor.

Parameters
objThe source object

Definition at line 44 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

Member Function Documentation

◆ deserializeFrom()

Fw::SerializeStatus Svc::FpySequencer_DebugTelemetry::deserializeFrom ( Fw::SerializeBufferBase buffer)
virtual

Deserialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 128 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ get_nextCmdOpcode()

FwOpcodeType Svc::FpySequencer_DebugTelemetry::get_nextCmdOpcode ( ) const
inline

Get member nextCmdOpcode.

Definition at line 141 of file FpySequencer_DebugTelemetrySerializableAc.hpp.

◆ get_nextStatementOpcode()

U8 Svc::FpySequencer_DebugTelemetry::get_nextStatementOpcode ( ) const
inline

Get member nextStatementOpcode.

Definition at line 135 of file FpySequencer_DebugTelemetrySerializableAc.hpp.

◆ get_nextStatementReadSuccess()

bool Svc::FpySequencer_DebugTelemetry::get_nextStatementReadSuccess ( ) const
inline

Get member nextStatementReadSuccess.

Definition at line 129 of file FpySequencer_DebugTelemetrySerializableAc.hpp.

◆ get_reachedEndOfFile()

bool Svc::FpySequencer_DebugTelemetry::get_reachedEndOfFile ( ) const
inline

Get member reachedEndOfFile.

Definition at line 123 of file FpySequencer_DebugTelemetrySerializableAc.hpp.

◆ operator!=()

bool Svc::FpySequencer_DebugTelemetry::operator!= ( const FpySequencer_DebugTelemetry obj) const

Inequality operator.

Parameters
objThe other object

Definition at line 82 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ operator=()

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

Copy assignment operator.

Parameters
objThe source object

Definition at line 59 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ operator==()

bool Svc::FpySequencer_DebugTelemetry::operator== ( const FpySequencer_DebugTelemetry obj) const

Equality operator.

Parameters
objThe other object

Definition at line 70 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ serializedSize()

FwSizeType Svc::FpySequencer_DebugTelemetry::serializedSize ( ) const

Get the dynamic serialized size of the struct.

Definition at line 153 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ serializeTo()

Fw::SerializeStatus Svc::FpySequencer_DebugTelemetry::serializeTo ( Fw::SerializeBufferBase buffer) const
virtual

Serialization.

Parameters
bufferThe serial buffer

Implements Fw::Serializable.

Definition at line 103 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ set()

void Svc::FpySequencer_DebugTelemetry::set ( bool  reachedEndOfFile,
bool  nextStatementReadSuccess,
U8  nextStatementOpcode,
FwOpcodeType  nextCmdOpcode 
)

Set all members.

Definition at line 203 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ set_nextCmdOpcode()

void Svc::FpySequencer_DebugTelemetry::set_nextCmdOpcode ( FwOpcodeType  nextCmdOpcode)

Set member nextCmdOpcode.

Definition at line 235 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ set_nextStatementOpcode()

void Svc::FpySequencer_DebugTelemetry::set_nextStatementOpcode ( U8  nextStatementOpcode)

Set member nextStatementOpcode.

Definition at line 229 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ set_nextStatementReadSuccess()

void Svc::FpySequencer_DebugTelemetry::set_nextStatementReadSuccess ( bool  nextStatementReadSuccess)

Set member nextStatementReadSuccess.

Definition at line 223 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

◆ set_reachedEndOfFile()

void Svc::FpySequencer_DebugTelemetry::set_reachedEndOfFile ( bool  reachedEndOfFile)

Set member reachedEndOfFile.

Definition at line 217 of file FpySequencer_DebugTelemetrySerializableAc.cpp.

Member Data Documentation

◆ m_nextCmdOpcode

FwOpcodeType Svc::FpySequencer_DebugTelemetry::m_nextCmdOpcode
protected

◆ m_nextStatementOpcode

U8 Svc::FpySequencer_DebugTelemetry::m_nextStatementOpcode
protected

◆ m_nextStatementReadSuccess

bool Svc::FpySequencer_DebugTelemetry::m_nextStatementReadSuccess
protected

◆ m_reachedEndOfFile

bool Svc::FpySequencer_DebugTelemetry::m_reachedEndOfFile
protected

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