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.
11 #ifndef FW_TLM_BUFFER_HPP
12 #define FW_TLM_BUFFER_HPP
#define PRIVATE
overridable private for unit testing
#define FW_TLM_BUFFER_MAX_SIZE
uint8_t U8
8-bit unsigned integer
const TlmBuffer & operator=(const TlmBuffer &other)
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
@ FW_TYPEID_TLM_BUFF
Telemetry Buffer type id.
Declares ISF basic types.
Definitions for ISF type serial IDs.
#define FwBuffSizeType
Type representation for storing a buffer or string size.