 |
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_EIGHTY_CHAR_STRING_TYPE_HPP
2 #define FW_EIGHTY_CHAR_STRING_TYPE_HPP
24 const char*
toChar(
void)
const;
Declares ISF string base class.
const char * toChar(void) const
gets char buffer
@ FW_TYPEID_EIGHTY_CHAR_STRING
80 char string Buffer type id
SerializeStatus
forward declaration for string
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialization function
@ SERIALIZED_TYPE_ID
typeid for string type
@ STRING_SIZE
Storage for string.
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialization function
EightyCharString(void)
default constructor
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
~EightyCharString(void)
destructor
NATIVE_UINT_TYPE length(void) const
returns length of stored string
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
Declares ISF basic types.
Definitions for ISF type serial IDs.
#define FwBuffSizeType
Type representation for storing a buffer or string size.
const EightyCharString & operator=(const EightyCharString &other)
equal operator