|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    A framework for building embedded system applications to NASA flight quality standards. | 
 
 
 
Go to the documentation of this file.
    2 #include <Fw/Types/Assert.hpp> 
   33         return sizeof(this->m_data);
 
  
 
SerializeStatus
forward declaration for string
DataBuffer & operator=(const DataBuffer &other)
NATIVE_UINT_TYPE getBuffCapacity() const
returns capacity, not current size, of buffer
U8 * getBuffAddr()
gets buffer address for data filling
NATIVE_UINT_TYPE getBuffLength() const
returns current buffer size
SerializeStatus setBuff(const U8 *src, NATIVE_UINT_TYPE length)
sets buffer contents and size
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.