 |
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_CMD_STRING_TYPE_HPP
2 #define FW_CMD_STRING_TYPE_HPP
24 const char*
toChar(
void)
const;
Declares ISF string base class.
SerializeStatus deserialize(SerializeBufferBase &buffer)
deserialize to contents
@ FW_TYPEID_CMD_STR
Command string type id.
SerializeStatus
forward declaration for string
const char * toChar(void) const
#define FW_CMD_STRING_MAX_SIZE
Max character size of command string arguments.
SerializeStatus serialize(SerializeBufferBase &buffer) const
serialize contents
const CmdStringArg & operator=(const CmdStringArg &other)
equal operator for other strings
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
Declares ISF basic types.
Definitions for ISF type serial IDs.
NATIVE_UINT_TYPE length(void) const
Get length of string.
#define FwBuffSizeType
Type representation for storing a buffer or string size.