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