 |
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
4 #include <Fw/Types/BasicTypes.hpp>
5 #include <Fw/Types/StringType.hpp>
6 #include <Fw/Cfg/SerIds.hpp>
7 #include <FpConfig.hpp>
28 const char*
toChar()
const;
37 #endif // FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
NATIVE_UINT_TYPE getCapacity() const
return buffer size
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
~InternalInterfaceString()
destructor
@ FW_TYPEID_INTERNAL_INTERFACE_STRING
interface string Buffer type id
InternalInterfaceString & operator=(const InternalInterfaceString &other)
assignment operator
@ SERIALIZED_TYPE_ID
typeid for string type
const char * toChar() const
gets char buffer
InternalInterfaceString()
default constructor