#include <stdio.h>#include <qpOASES/MessageHandling.hpp>#include <qpOASES/Utils.hpp>
Go to the source code of this file.
Functions | |
| MessageHandling * | getGlobalMessageHandler () |
Variables | |
| MessageHandling | globalMessageHandler (stderr, VS_VISIBLE, VS_VISIBLE, VS_VISIBLE) |
| BEGIN_NAMESPACE_QPOASES MessageHandling::ReturnValueList | returnValueList [] |
| MessageHandling* getGlobalMessageHandler | ( | ) |
Returns a pointer to global message handler.
Definition at line 564 of file external_packages/qpOASES-3.0beta/src/MessageHandling.cpp.
| MessageHandling globalMessageHandler(stderr, VS_VISIBLE, VS_VISIBLE, VS_VISIBLE) |
Global message handler for all qpOASES modules.
| BEGIN_NAMESPACE_QPOASES MessageHandling::ReturnValueList returnValueList[] |
Defines pairs of global return values and messages.
Definition at line 51 of file external_packages/qpOASES-3.0beta/src/MessageHandling.cpp.