#include <string.h>
#include <acado/utils/acado_message_handling.hpp>
#include <acado/utils/acado_utils.hpp>
Go to the source code of this file.
Classes | |
class | returnValue::returnValueData |
struct | ReturnValueList |
Data structure for entries in returnValueList. More... | |
Functions | |
const char * | returnValueLevelToString (returnValueLevel level) |
const char * | returnValueTypeToString (returnValueType type) |
Variables | |
ReturnValueList | returnValueList [] |
Defines all pairs of global return values and messages within the ACADO Toolkit. More... | |
const char* returnValueLevelToString | ( | returnValueLevel | level | ) |
Converts returnValueLevel enum type to a const char*
Definition at line 359 of file acado_message_handling.cpp.
const char* returnValueTypeToString | ( | returnValueType | type | ) |
Converts returnValueType enum type to a const char*
Definition at line 383 of file acado_message_handling.cpp.
ReturnValueList returnValueList[] |
Defines all pairs of global return values and messages within the ACADO Toolkit.
The class MessageHandling::ReturnValueList defines all pairs of global return values and messages within the ACADO Toolkit.
Definition at line 67 of file acado_message_handling.cpp.