F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
forward declaration More...
#include <Fw/Types/Serializable.hpp>
Public Member Functions | |
virtual SerializeStatus | serialize (SerializeBufferBase &buffer) const =0 |
serialize contents | |
virtual SerializeStatus | deserialize (SerializeBufferBase &buffer)=0 |
deserialize to contents | |
Protected Member Functions | |
Serializable () | |
Default constructor. | |
virtual | ~Serializable () |
destructor | |
forward declaration
Definition at line 24 of file Serializable.hpp.
|
protected |
Default constructor.
Definition at line 16 of file Serializable.cpp.
|
protectedvirtual |
destructor
Definition at line 19 of file Serializable.cpp.
|
pure virtual |
deserialize to contents
Implemented in Fw::Buffer, Svc::TimerVal, Fw::CmdPacket, Fw::AmpcsEvrLogPacket, Fw::LogPacket, Fw::Time, Fw::TlmPacket, Fw::PolyType, Fw::StringBase, Fw::LogStringArg, and Fw::TlmString.
|
pure virtual |
serialize contents
Implemented in Svc::TimerVal, Fw::Buffer, Fw::CmdPacket, Fw::AmpcsEvrLogPacket, Fw::LogPacket, Fw::Time, Fw::TlmPacket, Fw::PolyType, Fw::StringBase, Fw::LogStringArg, and Fw::TlmString.