 |
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_INTERNAL_INTERFACE_STRING_TYPE_HPP
2 #define FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
28 const char*
toChar(
void)
const;
37 #endif // FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
Declares ISF string base class.
@ SERIALIZED_TYPE_ID
typeid for string type
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
~InternalInterfaceString(void)
destructor
NATIVE_UINT_TYPE getCapacity(void) const
return buffer size
InternalInterfaceString & operator=(const InternalInterfaceString &other)
assignment operator
const char * toChar(void) const
gets char buffer
Declares ISF basic types.
Definitions for ISF type serial IDs.
#define FW_INTERNAL_INTERFACE_STRING_MAX_SIZE
Max size of interface string parameter type.
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
#define FwBuffSizeType
Type representation for storing a buffer or string size.
@ FW_TYPEID_INTERNAL_INTERFACE_STRING
interface string Buffer type id
InternalInterfaceString(void)
default constructor