![]() |
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 } |
Public Types inherited from Fw::Serializable | |
| 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::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const |
| Serialization. More... | |
| Fw::SerializeStatus | deserializeFrom (Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) |
| 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... | |
Public Member Functions inherited from Fw::Serializable | |
| Serializable & | operator= (const Serializable &src)=default |
| TODO: this operator should be deleted, this must be done after RawTime is modified though. More... | |
| DEPRECATED (SerializeStatus serialize(SerialBufferBase &buffer) const, "Use serializeTo(SerialBufferBase& buffer) instead") | |
| DEPRECATED (SerializeStatus deserialize(SerialBufferBase &buffer), "Use deserializeFrom(SerialBufferBase& buffer) instead") | |
Protected Attributes | |
| bool | m_breakOnBreakpoint |
| bool | m_breakOnlyOnceOnBreakpoint |
| U32 | m_breakpointIndex |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual 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 |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 122 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
inline |
Get member breakOnBreakpoint.
Definition at line 122 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
inline |
Get member breakOnlyOnceOnBreakpoint.
Definition at line 128 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
inline |
Get member breakpointIndex.
Definition at line 134 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 146 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized 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 189 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
| void Svc::FpySequencer_BreakpointArgs::set_breakOnBreakpoint | ( | bool | breakOnBreakpoint | ) |
Set member breakOnBreakpoint.
Definition at line 201 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
| void Svc::FpySequencer_BreakpointArgs::set_breakOnlyOnceOnBreakpoint | ( | bool | breakOnlyOnceOnBreakpoint | ) |
Set member breakOnlyOnceOnBreakpoint.
Definition at line 207 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
| void Svc::FpySequencer_BreakpointArgs::set_breakpointIndex | ( | U32 | breakpointIndex | ) |
Set member breakpointIndex.
Definition at line 213 of file FpySequencer_BreakpointArgsSerializableAc.cpp.
|
protected |
Definition at line 165 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
protected |
Definition at line 166 of file FpySequencer_BreakpointArgsSerializableAc.hpp.
|
protected |
Definition at line 167 of file FpySequencer_BreakpointArgsSerializableAc.hpp.