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.
12 #ifndef FW_FILE_BUFFER_HPP
13 #define FW_FILE_BUFFER_HPP
@ FW_TYPEID_FILE_BUFF
File piece Buffer type id.
uint8_t U8
8-bit unsigned integer
const FileBuffer & operator=(const FileBuffer &other)
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
NATIVE_UINT_TYPE getBuffCapacity(void) const
returns capacity, not current size, of buffer
#define FW_FILE_BUFFER_MAX_SIZE
Max size of file buffer (i.e. chunk of file)
Declares ISF basic types.
Definitions for ISF type serial IDs.
U8 * getBuffAddr(void)
gets buffer address for data filling
#define FwBuffSizeType
Type representation for storing a buffer or string size.