 |
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_TLM_STRING_TYPE_HPP
2 #define FW_TLM_STRING_TYPE_HPP
24 const char*
toChar(
void)
const;
33 #if FW_SERIALIZABLE_TO_STRING
Declares ISF string base class.
SerializeStatus
forward declaration for string
const char * toChar(void) const
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialize to contents
void setMaxSerialize(NATIVE_UINT_TYPE size)
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialize contents
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
NATIVE_UINT_TYPE length(void) const
Get length of string.
const TlmString & operator=(const TlmString &other)
equal operator for other strings
@ 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.
#define FwBuffSizeType
Type representation for storing a buffer or string size.