F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
37 return !(*
this == other);
49 return sizeof(this->m_data);
SerializeStatus
forward declaration for string
NATIVE_UINT_TYPE getBuffCapacity(void) const
uint8_t U8
8-bit unsigned integer
const HashBuffer & operator=(const HashBuffer &other)
An container class for holding a hash buffer.
@ FW_SERIALIZE_OK
Serialization/Deserialization operation was successful.
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
bool operator!=(const HashBuffer &other) const
bool operator==(const HashBuffer &other) const
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