![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_DebugTelemetrySerializableAc.hpp>
Public Types | |
enum | { SERIALIZED_SIZE } |
![]() | |
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_DebugTelemetry & | operator= (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... | |
![]() | |
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 | |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Definition at line 18 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 28 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry | ( | bool | reachedEndOfFile, |
bool | nextStatementReadSuccess, | ||
U8 | nextStatementOpcode, | ||
FwOpcodeType | nextCmdOpcode | ||
) |
Member constructor.
Definition at line 28 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
Svc::FpySequencer_DebugTelemetry::FpySequencer_DebugTelemetry | ( | const FpySequencer_DebugTelemetry & | obj | ) |
Copy constructor.
obj | The source object |
Definition at line 44 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
|
virtual |
Deserialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 128 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
|
inline |
Get member nextCmdOpcode.
Definition at line 141 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
inline |
Get member nextStatementOpcode.
Definition at line 135 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
inline |
Get member nextStatementReadSuccess.
Definition at line 129 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
inline |
Get member reachedEndOfFile.
Definition at line 123 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
bool Svc::FpySequencer_DebugTelemetry::operator!= | ( | const FpySequencer_DebugTelemetry & | obj | ) | const |
Inequality operator.
obj | The other object |
Definition at line 82 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
FpySequencer_DebugTelemetry & Svc::FpySequencer_DebugTelemetry::operator= | ( | const FpySequencer_DebugTelemetry & | obj | ) |
Copy assignment operator.
obj | The source object |
Definition at line 59 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
bool Svc::FpySequencer_DebugTelemetry::operator== | ( | const FpySequencer_DebugTelemetry & | obj | ) | const |
Equality operator.
obj | The other object |
Definition at line 70 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
FwSizeType Svc::FpySequencer_DebugTelemetry::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 153 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
|
virtual |
Serialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 103 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
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.
void Svc::FpySequencer_DebugTelemetry::set_nextCmdOpcode | ( | FwOpcodeType | nextCmdOpcode | ) |
Set member nextCmdOpcode.
Definition at line 235 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
void Svc::FpySequencer_DebugTelemetry::set_nextStatementOpcode | ( | U8 | nextStatementOpcode | ) |
Set member nextStatementOpcode.
Definition at line 229 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
void Svc::FpySequencer_DebugTelemetry::set_nextStatementReadSuccess | ( | bool | nextStatementReadSuccess | ) |
Set member nextStatementReadSuccess.
Definition at line 223 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
void Svc::FpySequencer_DebugTelemetry::set_reachedEndOfFile | ( | bool | reachedEndOfFile | ) |
Set member reachedEndOfFile.
Definition at line 217 of file FpySequencer_DebugTelemetrySerializableAc.cpp.
|
protected |
Definition at line 179 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
protected |
Definition at line 178 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
protected |
Definition at line 177 of file FpySequencer_DebugTelemetrySerializableAc.hpp.
|
protected |
Definition at line 176 of file FpySequencer_DebugTelemetrySerializableAc.hpp.