#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. | |
| const char* returnValueLevelToString | ( | returnValueLevel | level | ) |
Converts returnValueLevel enum type to a const char*
Definition at line 362 of file acado_message_handling.cpp.
| const char* returnValueTypeToString | ( | returnValueType | type | ) |
Converts returnValueType enum type to a const char*
Definition at line 386 of file acado_message_handling.cpp.
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 70 of file acado_message_handling.cpp.