#include <stdio.h>#include <qpOASES/MessageHandling.hpp>#include <qpOASES/Utils.hpp>
Go to the source code of this file.
Functions | |
| MessageHandling * | getGlobalMessageHandler () |
Variables | |
| MessageHandling::ReturnValueList | returnValueList [] |
| BEGIN_NAMESPACE_QPOASES FILE * | stdFile = stdout |
| MessageHandling* getGlobalMessageHandler | ( | ) |
Global message handler for all qpOASES modules.
Definition at line 615 of file external_packages/qpOASES-3.2.0/src/MessageHandling.cpp.
| MessageHandling::ReturnValueList returnValueList[] |
Defines pairs of global return values and messages.
Definition at line 56 of file external_packages/qpOASES-3.2.0/src/MessageHandling.cpp.
| BEGIN_NAMESPACE_QPOASES FILE* stdFile = stdout |
Default file to display messages.
Definition at line 49 of file external_packages/qpOASES-3.2.0/src/MessageHandling.cpp.