F´ Flight Software - C/C++ Documentation  NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Serializable.hpp File Reference

Go to the source code of this file.

Classes

class  Fw::Serializable
 forward declaration More...
 
class  Fw::SerializeBufferBase
 
class  Fw::ExternalSerializeBuffer
 

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...