 |
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 OS_QUEUE_STRING_TYPE_HPP
2 #define OS_QUEUE_STRING_TYPE_HPP
18 const char*
toChar(
void)
const;
Declares ISF string base class.
SerializeStatus
forward declaration for string
~QueueString(void)
destructor
NATIVE_UINT_TYPE length(void) const
get current length of string
virtual SerializeStatus deserialize(SerializeBufferBase &buffer)=0
deserialize to contents
@ FW_SERIALIZE_NO_ROOM_LEFT
No room left in the buffer to serialize data.
unsigned int NATIVE_UINT_TYPE
native unsigned integer type declaration
const char * toChar(void) const
get pointer to char buffer
QueueString(void)
default constructor
virtual SerializeStatus serialize(SerializeBufferBase &buffer) const =0
serialize contents
Declares ISF basic types.
const QueueString & operator=(const QueueString &other)
equal operator
#define FW_QUEUE_NAME_MAX_SIZE
Max size of message queue name.