 |
F´ Flight Software - C/C++ Documentation
NASA-v2.1.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
29 return sizeof(this->m_bufferData);
33 return this->m_bufferData;
37 return this->m_bufferData;
SerializeStatus
forward declaration for string
uint8_t U8
8-bit unsigned integer
const TlmBuffer & operator=(const TlmBuffer &other)
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.
U8 * getBuffAddr(void)
gets buffer address for data filling
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
NATIVE_UINT_TYPE getBuffCapacity(void) const
returns capacity, not current size, of buffer
NATIVE_UINT_TYPE getBuffLength() const
returns current buffer size
SerializeStatus setBuff(const U8 *src, NATIVE_UINT_TYPE length)
sets buffer contents and size
int NATIVE_INT_TYPE
native integer type declaration