![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
peeks at N bytes from the stack, starting from an offset relative to the top of the stack More...
#include <Svc/FpySequencer/FpySequencer_PeekDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Public Member Functions | |
| FpySequencer_PeekDirective () | |
| Constructor (default value) More... | |
| FpySequencer_PeekDirective (U8 _empty) | |
| Member constructor. More... | |
| FpySequencer_PeekDirective (const FpySequencer_PeekDirective &obj) | |
| Copy constructor. More... | |
| FpySequencer_PeekDirective & | operator= (const FpySequencer_PeekDirective &obj) |
| Copy assignment operator. More... | |
| bool | operator== (const FpySequencer_PeekDirective &obj) const |
| Equality operator. More... | |
| bool | operator!= (const FpySequencer_PeekDirective &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... | |
| U8 | get__empty () const |
| Get member _empty. More... | |
| void | set (U8 _empty) |
| Set all members. More... | |
| void | set__empty (U8 _empty) |
| Set member _empty. 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 | |
| U8 | m__empty |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
peeks at N bytes from the stack, starting from an offset relative to the top of the stack
Definition at line 18 of file FpySequencer_PeekDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 28 of file FpySequencer_PeekDirectiveSerializableAc.hpp.
| Svc::FpySequencer_PeekDirective::FpySequencer_PeekDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| Svc::FpySequencer_PeekDirective::FpySequencer_PeekDirective | ( | U8 | _empty | ) |
Member constructor.
Definition at line 25 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| Svc::FpySequencer_PeekDirective::FpySequencer_PeekDirective | ( | const FpySequencer_PeekDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 33 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 99 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
|
inline |
Get member _empty.
Definition at line 117 of file FpySequencer_PeekDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_PeekDirective::operator!= | ( | const FpySequencer_PeekDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 62 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| FpySequencer_PeekDirective & Svc::FpySequencer_PeekDirective::operator= | ( | const FpySequencer_PeekDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 45 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_PeekDirective::operator== | ( | const FpySequencer_PeekDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 56 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_PeekDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 115 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 83 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_PeekDirective::set | ( | U8 | _empty | ) |
Set all members.
Definition at line 144 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_PeekDirective::set__empty | ( | U8 | _empty | ) |
Set member _empty.
Definition at line 150 of file FpySequencer_PeekDirectiveSerializableAc.cpp.
|
protected |
Definition at line 138 of file FpySequencer_PeekDirectiveSerializableAc.hpp.