 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file. 1 #ifndef OS_TASK_STRING_TYPE_HPP
2 #define OS_TASK_STRING_TYPE_HPP
18 const char*
toChar(
void)
const;
Declares ISF string base class.
Fw::SerializeStatus serialize(Fw::SerializeBufferBase &buffer) const
serialize contents
SerializeStatus
forward declaration for string
NATIVE_UINT_TYPE length(void) const
return current string length
TaskString(void)
default constructor
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
const char * toChar(void) const
get pointer to internal char buffer
Fw::SerializeStatus deserialize(Fw::SerializeBufferBase &buffer)
deserialize to contents
const TaskString & operator=(const TaskString &other)
equal operator
#define FW_TASK_NAME_MAX_SIZE
Max size of task name.
~TaskString(void)
destructor
Declares ISF basic types.