 |
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_TLM_STRING_TYPE_HPP
2 #define FW_TLM_STRING_TYPE_HPP
28 const char*
toChar()
const override;
Declares ISF string base class.
TlmString & operator=(const TlmString &other)
assignment operator
SerializeStatus
forward declaration for string
const char * toChar() const override
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
SerializeStatus deserialize(SerializeBufferBase &buffer) override
deserialization function
@ FW_TYPEID_TLM_STR
Telemetry string type id.
#define FW_TLM_STRING_MAX_SIZE
Max size of channelized telemetry string type.
Declares ISF basic types.
Definitions for ISF type serial IDs.
SerializeStatus serialize(SerializeBufferBase &buffer) const override
serialization function
#define FwBuffSizeType
Type representation for storing a buffer or string size.
NATIVE_UINT_TYPE getCapacity() const override
return size of buffer