![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Svc/FpySequencer/FpySequencer_CmdDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
| using | Type_of_argBuf = U8[504] |
| The type of argBuf. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Public Member Functions | |
| FpySequencer_CmdDirective () | |
| Constructor (default value) More... | |
| FpySequencer_CmdDirective (FwOpcodeType opCode, const Type_of_argBuf &argBuf, FwSizeType _argBufSize) | |
| Member constructor. More... | |
| FpySequencer_CmdDirective (const FpySequencer_CmdDirective &obj) | |
| Copy constructor. More... | |
| FpySequencer_CmdDirective (FwOpcodeType opCode, U8 argBuf, FwSizeType _argBufSize) | |
| Member constructor (scalar values for arrays) More... | |
| FpySequencer_CmdDirective & | operator= (const FpySequencer_CmdDirective &obj) |
| Copy assignment operator. More... | |
| bool | operator== (const FpySequencer_CmdDirective &obj) const |
| Equality operator. More... | |
| bool | operator!= (const FpySequencer_CmdDirective &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... | |
| FwOpcodeType | get_opCode () const |
| Get member opCode. More... | |
| Type_of_argBuf & | get_argBuf () |
| Get member argBuf. More... | |
| const Type_of_argBuf & | get_argBuf () const |
| Get member argBuf (const) More... | |
| FwSizeType | get__argBufSize () const |
| Get member _argBufSize. More... | |
| void | set (FwOpcodeType opCode, const Type_of_argBuf &argBuf, FwSizeType _argBufSize) |
| Set all members. More... | |
| void | set_opCode (FwOpcodeType opCode) |
| Set member opCode. More... | |
| void | set_argBuf (const Type_of_argBuf &argBuf) |
| Set member argBuf. More... | |
| void | set__argBufSize (FwSizeType _argBufSize) |
| Set member _argBufSize. More... | |
Public Member Functions inherited from Fw::Serializable | |
| SerializeStatus | serialize (SerializeBufferBase &buffer) const |
| SerializeStatus | deserialize (SerializeBufferBase &buffer) |
Protected Attributes | |
| FwOpcodeType | m_opCode |
| U8 | m_argBuf [504] |
| FwSizeType | m__argBufSize |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Definition at line 19 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
| using Svc::FpySequencer_CmdDirective::Type_of_argBuf = U8[504] |
The type of argBuf.
Definition at line 30 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 38 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
| Svc::FpySequencer_CmdDirective::FpySequencer_CmdDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_CmdDirective::FpySequencer_CmdDirective | ( | FwOpcodeType | opCode, |
| const Type_of_argBuf & | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Member constructor.
Definition at line 28 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_CmdDirective::FpySequencer_CmdDirective | ( | const FpySequencer_CmdDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 43 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_CmdDirective::FpySequencer_CmdDirective | ( | FwOpcodeType | opCode, |
| U8 | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Member constructor (scalar values for arrays)
Definition at line 54 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 151 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
|
inline |
Get member _argBufSize.
Definition at line 156 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf.
Definition at line 144 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf (const)
Definition at line 150 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member opCode.
Definition at line 138 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_CmdDirective::operator!= | ( | const FpySequencer_CmdDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 107 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| FpySequencer_CmdDirective & Svc::FpySequencer_CmdDirective::operator= | ( | const FpySequencer_CmdDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 73 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_CmdDirective::operator== | ( | const FpySequencer_CmdDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 84 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_CmdDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 174 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 128 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_CmdDirective::set | ( | FwOpcodeType | opCode, |
| const Type_of_argBuf & | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Set all members.
Definition at line 224 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_CmdDirective::set__argBufSize | ( | FwSizeType | _argBufSize | ) |
Set member _argBufSize.
Definition at line 253 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_CmdDirective::set_argBuf | ( | const Type_of_argBuf & | argBuf | ) |
Set member argBuf.
Definition at line 245 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_CmdDirective::set_opCode | ( | FwOpcodeType | opCode | ) |
Set member opCode.
Definition at line 239 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
|
protected |
Definition at line 189 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 188 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 187 of file FpySequencer_CmdDirectiveSerializableAc.hpp.