F´ Flight Software - C/C++ Documentation devel
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InternalInterfaceString.hpp
Go to the documentation of this file.
1#ifndef FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
2#define FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
3
4#include <FpConfig.hpp>
6#include <Fw/Cfg/SerIds.hpp>
7
8namespace Fw {
9
34}
35
36#endif // FW_INTERNAL_INTERFACE_STRING_TYPE_HPP
PlatformUIntType NATIVE_UINT_TYPE
Definition BasicTypes.h:52
#define FW_INTERNAL_INTERFACE_STRING_MAX_SIZE
Max size of interface string parameter type.
Definition FpConfig.h:289
U16 FwBuffSizeType
Definition FpConfig.h:30
C++-compatible configuration header for fprime configuration.
Definitions for ISF type serial IDs.
Declares ISF string base class.
const char * toChar() const
gets char buffer
NATIVE_UINT_TYPE getCapacity() const
return buffer size
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
@ SERIALIZED_TYPE_ID
typeid for string type
InternalInterfaceString()
default constructor
InternalInterfaceString & operator=(const InternalInterfaceString &other)
assignment operator
@ FW_TYPEID_INTERNAL_INTERFACE_STRING
interface string Buffer type id
Definition SerIds.hpp:58