![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_BreakpointArgsSerializableAc.hpp>
Public Types | |
enum | { SERIALIZED_SIZE } |
![]() | |
using | SizeType = FwSizeType |
Public Member Functions | |
FpySequencer_BreakpointArgs () | |
Constructor (default value) More... | |
FpySequencer_BreakpointArgs (bool breakOnBreakpoint, bool breakOnlyOnceOnBreakpoint, U32 breakpointIndex) | |
Member constructor. More... | |
FpySequencer_BreakpointArgs (const FpySequencer_BreakpointArgs &obj) | |
Copy constructor. More... | |
FpySequencer_BreakpointArgs & | operator= (const FpySequencer_BreakpointArgs &obj) |
Copy assignment operator. More... | |
bool | operator== (const FpySequencer_BreakpointArgs &obj) const |
Equality operator. More... | |
bool | operator!= (const FpySequencer_BreakpointArgs &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_breakOnBreakpoint () const |
Get member breakOnBreakpoint. More... | |
bool | get_breakOnlyOnceOnBreakpoint () const |
Get member breakOnlyOnceOnBreakpoint. More... | |
U32 | get_breakpointIndex () const |
Get member breakpointIndex. More... | |
void | set (bool breakOnBreakpoint, bool breakOnlyOnceOnBreakpoint, U32 breakpointIndex) |
Set all members. More... | |
void | set_breakOnBreakpoint (bool breakOnBreakpoint) |
Set member breakOnBreakpoint. More... | |
void | set_breakOnlyOnceOnBreakpoint (bool breakOnlyOnceOnBreakpoint) |
Set member breakOnlyOnceOnBreakpoint. More... | |
void | set_breakpointIndex (U32 breakpointIndex) |
Set member breakpointIndex. More... | |
![]() | |
DEPRECATED (SerializeStatus serialize(SerializeBufferBase &buffer) const, "Use serializeTo(SerializeBufferBase& buffer) instead") | |
DEPRECATED (SerializeStatus deserialize(SerializeBufferBase &buffer), "Use deserializeFrom(SerializeBufferBase& buffer) instead") | |
Protected Attributes | |
bool | m_breakOnBreakpoint |
bool | m_breakOnlyOnceOnBreakpoint |
U32 | m_breakpointIndex |
Additional Inherited Members | |
![]() | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
Definition at line 17 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
anonymous enum |
Enumerator | |
---|---|
SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 27 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
Svc::FpySequencer_BreakpointArgs::FpySequencer_BreakpointArgs | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
Svc::FpySequencer_BreakpointArgs::FpySequencer_BreakpointArgs | ( | bool | breakOnBreakpoint, |
bool | breakOnlyOnceOnBreakpoint, | ||
U32 | breakpointIndex | ||
) |
Member constructor.
Definition at line 27 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
Svc::FpySequencer_BreakpointArgs::FpySequencer_BreakpointArgs | ( | const FpySequencer_BreakpointArgs & | obj | ) |
Copy constructor.
obj | The source object |
Definition at line 41 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
virtual |
Deserialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 119 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
inline |
Get member breakOnBreakpoint.
Definition at line 120 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
inline |
Get member breakOnlyOnceOnBreakpoint.
Definition at line 126 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
inline |
Get member breakpointIndex.
Definition at line 132 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
bool Svc::FpySequencer_BreakpointArgs::operator!= | ( | const FpySequencer_BreakpointArgs & | obj | ) | const |
Inequality operator.
obj | The other object |
Definition at line 77 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
FpySequencer_BreakpointArgs & Svc::FpySequencer_BreakpointArgs::operator= | ( | const FpySequencer_BreakpointArgs & | obj | ) |
Copy assignment operator.
obj | The source object |
Definition at line 55 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
bool Svc::FpySequencer_BreakpointArgs::operator== | ( | const FpySequencer_BreakpointArgs & | obj | ) | const |
Equality operator.
obj | The other object |
Definition at line 66 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
FwSizeType Svc::FpySequencer_BreakpointArgs::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 140 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
virtual |
Serialization.
buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 98 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
void Svc::FpySequencer_BreakpointArgs::set | ( | bool | breakOnBreakpoint, |
bool | breakOnlyOnceOnBreakpoint, | ||
U32 | breakpointIndex | ||
) |
Set all members.
Definition at line 183 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
void Svc::FpySequencer_BreakpointArgs::set_breakOnBreakpoint | ( | bool | breakOnBreakpoint | ) |
Set member breakOnBreakpoint.
Definition at line 195 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
void Svc::FpySequencer_BreakpointArgs::set_breakOnlyOnceOnBreakpoint | ( | bool | breakOnlyOnceOnBreakpoint | ) |
Set member breakOnlyOnceOnBreakpoint.
Definition at line 201 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
void Svc::FpySequencer_BreakpointArgs::set_breakpointIndex | ( | U32 | breakpointIndex | ) |
Set member breakpointIndex.
Definition at line 207 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
protected |
Definition at line 163 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
protected |
Definition at line 164 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
protected |
Definition at line 165 of file FpySequencer_BreakpointArgsSerializableAc.hpp.