F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Serializable.hpp File Reference
#include <FpConfig.hpp>
#include "Fw/Deprecate.hpp"

Go to the source code of this file.

Classes

class  Fw::Serializable
 forward declaration More...
 
class  Fw::Serialization
 
class  Fw::SerializeBufferBase
 
class  Fw::ExternalSerializeBuffer
 External serialize buffer with no copy semantics. More...
 
class  Fw::ExternalSerializeBufferWithDataCopy
 
class  Fw::ExternalSerializeBufferWithMemberCopy
 

Namespaces

 Fw
 

Enumerations

enum  Fw::SerializeStatus {
  Fw::FW_SERIALIZE_OK , Fw::FW_SERIALIZE_FORMAT_ERROR , Fw::FW_SERIALIZE_NO_ROOM_LEFT , Fw::FW_DESERIALIZE_BUFFER_EMPTY ,
  Fw::FW_DESERIALIZE_FORMAT_ERROR , Fw::FW_DESERIALIZE_SIZE_MISMATCH , Fw::FW_DESERIALIZE_TYPE_MISMATCH
}
 forward declaration for string More...