![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
executes a cmd with const args More...
#include <Svc/FpySequencer/FpySequencer_ConstCmdDirectiveSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
| using | Type_of_argBuf = U8[2048] |
| The type of argBuf. More... | |
Public Types inherited from Fw::Serializable | |
| using | SizeType = FwSizeType |
Protected Attributes | |
| FwOpcodeType | m_opCode |
| U8 | m_argBuf [2048] |
| FwSizeType | m__argBufSize |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| Virtual destructor. More... | |
executes a cmd with const args
Definition at line 20 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
| using Svc::FpySequencer_ConstCmdDirective::Type_of_argBuf = U8[2048] |
The type of argBuf.
Definition at line 31 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 39 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
| Svc::FpySequencer_ConstCmdDirective::FpySequencer_ConstCmdDirective | ( | ) |
Constructor (default value)
Definition at line 17 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_ConstCmdDirective::FpySequencer_ConstCmdDirective | ( | FwOpcodeType | opCode, |
| const Type_of_argBuf & | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Member constructor.
Definition at line 27 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_ConstCmdDirective::FpySequencer_ConstCmdDirective | ( | const FpySequencer_ConstCmdDirective & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 42 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| Svc::FpySequencer_ConstCmdDirective::FpySequencer_ConstCmdDirective | ( | FwOpcodeType | opCode, |
| U8 | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Member constructor (scalar values for arrays)
Definition at line 53 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 153 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
|
inline |
Get member _argBufSize.
Definition at line 159 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf.
Definition at line 147 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
|
inline |
Get member argBuf (const)
Definition at line 153 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
|
inline |
Get member opCode.
Definition at line 141 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
| bool Svc::FpySequencer_ConstCmdDirective::operator!= | ( | const FpySequencer_ConstCmdDirective & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 106 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| FpySequencer_ConstCmdDirective & Svc::FpySequencer_ConstCmdDirective::operator= | ( | const FpySequencer_ConstCmdDirective & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 72 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| bool Svc::FpySequencer_ConstCmdDirective::operator== | ( | const FpySequencer_ConstCmdDirective & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 83 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| FwSizeType Svc::FpySequencer_ConstCmdDirective::serializedSize | ( | ) | const |
Get the dynamic serialized size of the struct.
Definition at line 179 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
| mode | Endianness of serialized buffer |
Implements Fw::Serializable.
Definition at line 127 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ConstCmdDirective::set | ( | FwOpcodeType | opCode, |
| const Type_of_argBuf & | argBuf, | ||
| FwSizeType | _argBufSize | ||
| ) |
Set all members.
Definition at line 229 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ConstCmdDirective::set__argBufSize | ( | FwSizeType | _argBufSize | ) |
Set member _argBufSize.
Definition at line 258 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ConstCmdDirective::set_argBuf | ( | const Type_of_argBuf & | argBuf | ) |
Set member argBuf.
Definition at line 250 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
| void Svc::FpySequencer_ConstCmdDirective::set_opCode | ( | FwOpcodeType | opCode | ) |
Set member opCode.
Definition at line 244 of file FpySequencer_ConstCmdDirectiveSerializableAc.cpp.
|
protected |
Definition at line 192 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 191 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.
|
protected |
Definition at line 190 of file FpySequencer_ConstCmdDirectiveSerializableAc.hpp.