 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
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
24 const char*
toChar(
void)
const;
Declares ISF string base class.
const FixedLengthString & operator=(const FixedLengthString &other)
equal operator
SerializeStatus
forward declaration for string
~FixedLengthString(void)
destructor
FixedLengthString(void)
default constructor
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
@ FW_TYPEID_FIXED_LENGTH_STRING
256 char string Buffer type id
@ STRING_SIZE
Storage for string.
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialization function
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
#define FW_FIXED_LENGTH_STRING_SIZE
Character array size for the filepath character type.
const char * toChar(void) const
gets char buffer
@ SERIALIZED_TYPE_ID
typeid for string type
NATIVE_UINT_TYPE length(void) const
returns length of stored string
Declares ISF basic types.
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialization function
Definitions for ISF type serial IDs.
#define FwBuffSizeType
Type representation for storing a buffer or string size.