 |
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_INTERNAL_INTERFACE_STRING_TYPE_HPP
2 #define FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
24 const char*
toChar(
void)
const;
41 #endif // FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
Declares ISF string base class.
@ SERIALIZED_TYPE_ID
typeid for string type
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialization function
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialization function
SerializeStatus
forward declaration for string
NATIVE_UINT_TYPE length(void) const
returns length of stored string
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
~InternalInterfaceString(void)
destructor
const InternalInterfaceString & operator=(const InternalInterfaceString &other)
equal 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.
#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