![]() |
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... | |
![]() | |
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 | serialize (Fw::SerializeBufferBase &buffer) const |
Serialization. More... | |
Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
Deserialization. More... | |
FwOpcodeType | getopCode () const |
Get member opCode. More... | |
Type_of_argBuf & | getargBuf () |
Get member argBuf. More... | |
const Type_of_argBuf & | getargBuf () 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 | setopCode (FwOpcodeType opCode) |
Set member opCode. More... | |
void | setargBuf (const Type_of_argBuf &argBuf) |
Set member argBuf. More... | |
void | set_argBufSize (FwSizeType _argBufSize) |
Set member _argBufSize. More... | |
Protected Attributes | |
FwOpcodeType | m_opCode |
U8 | m_argBuf [504] |
FwSizeType | m__argBufSize |
Additional Inherited Members | |
![]() | |
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 153 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf.
Definition at line 141 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf (const)
Definition at line 147 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
inline |
Get member opCode.
Definition at line 135 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.
|
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 214 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
void Svc::FpySequencer_CmdDirective::set_argBufSize | ( | FwSizeType | _argBufSize | ) |
Set member _argBufSize.
Definition at line 243 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
void Svc::FpySequencer_CmdDirective::setargBuf | ( | const Type_of_argBuf & | argBuf | ) |
Set member argBuf.
Definition at line 235 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
void Svc::FpySequencer_CmdDirective::setopCode | ( | FwOpcodeType | opCode | ) |
Set member opCode.
Definition at line 229 of file FpySequencer_CmdDirectiveSerializableAc.cpp.
|
protected |
Definition at line 186 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 185 of file FpySequencer_CmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 184 of file FpySequencer_CmdDirectiveSerializableAc.hpp.