 |
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.
33 return sizeof(this->m_bufferData);
37 return this->m_bufferData;
41 return this->m_bufferData;
U8 * getBuffAddr()
return address of buffer (non const version)
SerializeStatus
forward declaration for string
uint8_t U8
8-bit unsigned integer
CmdArgBuffer()
default constructor
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.
virtual ~CmdArgBuffer()
destructor
CmdArgBuffer & operator=(const CmdArgBuffer &other)
Equal operator.
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
NATIVE_UINT_TYPE getBuffLength() const
returns current buffer size
NATIVE_UINT_TYPE getBuffCapacity() const
return capacity of buffer (how much it can hold)
SerializeStatus setBuff(const U8 *src, NATIVE_UINT_TYPE length)
sets buffer contents and size
int NATIVE_INT_TYPE
native integer type declaration