 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
17 #if FW_SERIALIZABLE_TO_STRING
151 #if FW_SERIALIZABLE_TO_STRING || BUILD_UT
157 friend std::ostream& operator<<(std::ostream& os,
const Buffer& obj);
Declares ISF string base class.
SerializeStatus
forward declaration for string
Buffer & operator=(const Buffer &src)
void setContext(U32 context)
uint8_t U8
8-bit unsigned integer
SerializeBufferBase & getSerializeRepr()
void set(U8 *data, U32 size, U32 context=NO_CONTEXT)
@ SERIALIZED_SIZE
Size of Fw::Buffer when serialized.
@ NO_CONTEXT
Value representing no context.
Declares ISF basic types.
bool operator==(const Buffer &src) const
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &serialBuffer) const
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)