 |
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_LOG_STRING_TYPE_HPP
2 #define FW_LOG_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
@ FW_TYPEID_LOG_STR
Log string type id.
const char * toChar(void) const
const LogStringArg & operator=(const LogStringArg &other)
equal operator for other strings
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialize to contents
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialize contents
void setMaxSerialize(NATIVE_UINT_TYPE size)
#define FW_LOG_STRING_MAX_SIZE
Max size of log string parameter type.
NATIVE_UINT_TYPE length(void) const
Get length of string.
Declares ISF basic types.
Definitions for ISF type serial IDs.
#define FwBuffSizeType
Type representation for storing a buffer or string size.