 |
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. 1 #ifndef FW_FIXED_LENGTH_STRING_TYPE_HPP
2 #define FW_FIXED_LENGTH_STRING_TYPE_HPP
28 const char*
toChar()
const;
Declares ISF string base class.
@ SERIALIZED_TYPE_ID
typeid for string type
String()
default constructor
const char * toChar() const
gets char buffer
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
@ FW_TYPEID_FIXED_LENGTH_STRING
256 char string Buffer type id
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
NATIVE_UINT_TYPE getCapacity() const
return buffer size
@ STRING_SIZE
Storage for string.
#define FW_FIXED_LENGTH_STRING_SIZE
Character array size for the filepath character type.
String & operator=(const String &other)
assignment operator
Declares ISF basic types.
Definitions for ISF type serial IDs.
#define FwBuffSizeType
Type representation for storing a buffer or string size.