Data structure for entries in returnValueList. More...
#include <MessageHandling.h>
Public Attributes | |
const char * | data |
VisibilityStatus | globalVisibilityStatus |
returnValueType | key |
returnValue | key |
Data structure for entries in returnValueList.
Data structure for entries in global message list.
Data structure for entries in returnValueList.
Data structure for entries in global message list.
Definition at line 52 of file acado_message_handling.cpp.
const char * ReturnValueList::data |
Corresponding message.
Definition at line 54 of file acado_message_handling.cpp.
VisibilityStatus ReturnValueList::globalVisibilityStatus |
Determines if message can be printed. If this value is set to VS_HIDDEN, no message is printed!
Definition at line 55 of file acado_message_handling.cpp.
returnValueType ReturnValueList::key |
Global return value.
Definition at line 53 of file acado_message_handling.cpp.
returnValue ReturnValueList::key |
Global return value.
Definition at line 243 of file MessageHandling.h.