F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
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
11 public:
12
13 enum {
16 };
17
18 InternalInterfaceString(const char* src);
24 InternalInterfaceString& operator=(const char* other);
26
27 const char* toChar() const;
29
30 private:
31
33 };
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:281
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
InternalInterfaceString()
default constructor
InternalInterfaceString & operator=(const InternalInterfaceString &other)
assignment operator
@ SERIALIZED_SIZE
Serialized size is size of buffer + size field.
@ SERIALIZED_TYPE_ID
typeid for string type
Definition Buffer.cpp:21
@ FW_TYPEID_INTERNAL_INTERFACE_STRING
interface string Buffer type id
Definition SerIds.hpp:58