 |
F´ Flight Software - C/C++ Documentation
NASA-v1.6.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()
const;
37 #endif // FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
Declares ISF string base class.
@ SERIALIZED_TYPE_ID
typeid for string type
NATIVE_UINT_TYPE getCapacity() const
return buffer size
~InternalInterfaceString()
destructor
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
InternalInterfaceString & operator=(const InternalInterfaceString &other)
assignment operator
const char * toChar() const
gets char buffer
InternalInterfaceString()
default constructor
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