![]() |
F´ Flight Software - C/C++ Documentation
devel
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 More... | |
virtual SerializeStatus | deserialize (SerializeBufferBase &buffer)=0 |
deserialize to contents More... | |
Protected Member Functions | |
Serializable () | |
Default constructor. More... | |
virtual | ~Serializable () |
destructor More... | |
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::TlmString, Fw::LogStringArg, Fw::StringBase, Fw::PolyType, Fw::TlmPacket, Fw::Time, Fw::LogPacket, Fw::AmpcsEvrLogPacket, Fw::CmdPacket, Svc::TimerVal, Fw::Buffer, Svc::SystemResourceEnabled, Svc::PrmDb_PrmWriteError, Svc::PrmDb_PrmReadError, Svc::MeasurementStatus, Svc::SendFileStatus, Svc::SendFileResponse, Svc::QueueType, Svc::ComQueueDepth, Svc::BuffQueueDepth, Svc::CmdSequencer_SeqMode, Svc::CmdSequencer_FileReadStage, Svc::CmdSequencer_BlockState, Svc::BufferLogger_LogState, Svc::BufferAccumulator_OpState, Svc::BufferAccumulator_BlockMode, Svc::ActiveLogger_FilterSeverity, Svc::ActiveLogger_Enabled, Fw::Success, Fw::SerialStatus, Fw::Open, Fw::On, Fw::Logic, Fw::Health, Fw::Enabled, Fw::Direction, Fw::DeserialStatus, Fw::Active, Fw::ParamValid, Fw::LogSeverity, Fw::DpState, Fw::CmdResponse, Drv::I2cStatus, Drv::SendStatus, Drv::RecvStatus, Drv::PollStatus, and Fw::DpCfg::ProcType.
|
pure virtual |
serialize contents
Implemented in Fw::TlmString, Fw::LogStringArg, Fw::StringBase, Fw::PolyType, Fw::TlmPacket, Fw::Time, Fw::LogPacket, Fw::AmpcsEvrLogPacket, Fw::CmdPacket, Fw::Buffer, Svc::TimerVal, Svc::SystemResourceEnabled, Svc::PrmDb_PrmWriteError, Svc::PrmDb_PrmReadError, Svc::MeasurementStatus, Svc::SendFileStatus, Svc::SendFileResponse, Svc::QueueType, Svc::ComQueueDepth, Svc::BuffQueueDepth, Svc::CmdSequencer_SeqMode, Svc::CmdSequencer_FileReadStage, Svc::CmdSequencer_BlockState, Svc::BufferLogger_LogState, Svc::BufferAccumulator_OpState, Svc::BufferAccumulator_BlockMode, Svc::ActiveLogger_FilterSeverity, Svc::ActiveLogger_Enabled, Fw::Success, Fw::SerialStatus, Fw::Open, Fw::On, Fw::Logic, Fw::Health, Fw::Enabled, Fw::Direction, Fw::DeserialStatus, Fw::Active, Fw::ParamValid, Fw::LogSeverity, Fw::DpState, Fw::CmdResponse, Drv::I2cStatus, Drv::SendStatus, Drv::RecvStatus, Drv::PollStatus, and Fw::DpCfg::ProcType.