![]() |
F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Send file response struct. More...
#include <Svc/FileDownlinkPorts/SendFileResponseSerializableAc.hpp>
Public Types | |
| enum | { SERIALIZED_SIZE } |
Public Member Functions | |
| SendFileResponse () | |
| Constructor (default value) More... | |
| SendFileResponse (Svc::SendFileStatus::T status, U32 context) | |
| Member constructor. More... | |
| SendFileResponse (const SendFileResponse &obj) | |
| Copy constructor. More... | |
| SendFileResponse & | operator= (const SendFileResponse &obj) |
| Copy assignment operator. More... | |
| bool | operator== (const SendFileResponse &obj) const |
| Equality operator. More... | |
| bool | operator!= (const SendFileResponse &obj) const |
| Inequality operator. More... | |
| Fw::SerializeStatus | serialize (Fw::SerializeBufferBase &buffer) const |
| Serialization. More... | |
| Fw::SerializeStatus | deserialize (Fw::SerializeBufferBase &buffer) |
| Deserialization. More... | |
| Svc::SendFileStatus::T | getstatus () const |
| Get member status. More... | |
| U32 | getcontext () const |
| Get member context. More... | |
| void | set (Svc::SendFileStatus::T status, U32 context) |
| Set all members. More... | |
| void | setstatus (Svc::SendFileStatus::T status) |
| Set member status. More... | |
| void | setcontext (U32 context) |
| Set member context. More... | |
Protected Attributes | |
| Svc::SendFileStatus | m_status |
| U32 | m_context |
Additional Inherited Members | |
Protected Member Functions inherited from Fw::Serializable | |
| Serializable () | |
| Default constructor. More... | |
| virtual | ~Serializable () |
| destructor More... | |
Send file response struct.
Definition at line 18 of file SendFileResponseSerializableAc.hpp.
| anonymous enum |
| Enumerator | |
|---|---|
| SERIALIZED_SIZE | The size of the serial representation. |
Definition at line 28 of file SendFileResponseSerializableAc.hpp.
| Svc::SendFileResponse::SendFileResponse | ( | ) |
Constructor (default value)
Definition at line 20 of file SendFileResponseSerializableAc.cpp.
| Svc::SendFileResponse::SendFileResponse | ( | Svc::SendFileStatus::T | status, |
| U32 | context | ||
| ) |
Member constructor.
Definition at line 29 of file SendFileResponseSerializableAc.cpp.
| Svc::SendFileResponse::SendFileResponse | ( | const SendFileResponse & | obj | ) |
Copy constructor.
| obj | The source object |
Definition at line 41 of file SendFileResponseSerializableAc.cpp.
|
virtual |
Deserialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 112 of file SendFileResponseSerializableAc.cpp.
|
inline |
Get member context.
Definition at line 122 of file SendFileResponseSerializableAc.hpp.
|
inline |
Get member status.
Definition at line 116 of file SendFileResponseSerializableAc.hpp.
| bool Svc::SendFileResponse::operator!= | ( | const SendFileResponse & | obj | ) | const |
Inequality operator.
| obj | The other object |
Definition at line 74 of file SendFileResponseSerializableAc.cpp.
| SendFileResponse & Svc::SendFileResponse::operator= | ( | const SendFileResponse & | obj | ) |
Copy assignment operator.
| obj | The source object |
Definition at line 54 of file SendFileResponseSerializableAc.cpp.
| bool Svc::SendFileResponse::operator== | ( | const SendFileResponse & | obj | ) | const |
Equality operator.
| obj | The other object |
Definition at line 65 of file SendFileResponseSerializableAc.cpp.
|
virtual |
Serialization.
| buffer | The serial buffer |
Implements Fw::Serializable.
Definition at line 95 of file SendFileResponseSerializableAc.cpp.
| void Svc::SendFileResponse::set | ( | Svc::SendFileStatus::T | status, |
| U32 | context | ||
| ) |
Set all members.
Definition at line 165 of file SendFileResponseSerializableAc.cpp.
| void Svc::SendFileResponse::setcontext | ( | U32 | context | ) |
Set member context.
Definition at line 181 of file SendFileResponseSerializableAc.cpp.
| void Svc::SendFileResponse::setstatus | ( | Svc::SendFileStatus::T | status | ) |
Set member status.
Definition at line 175 of file SendFileResponseSerializableAc.cpp.
|
protected |
Definition at line 150 of file SendFileResponseSerializableAc.hpp.
|
protected |
Definition at line 149 of file SendFileResponseSerializableAc.hpp.