#include <Eigen/Dense>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <map>
#include <sstream>
#include "boost/assign.hpp"
Go to the source code of this file.
|
#define | LOGGER_VERBOSITY_ALL |
|
#define | SEND_MSG(msg, type) getLogger().sendMsg(msg, type, __FILE__, __LINE__) |
|
#define | SEND_DEBUG_MSG(msg) SEND_MSG(msg, MSG_TYPE_DEBUG) |
|
#define | SEND_INFO_MSG(msg) SEND_MSG(msg, MSG_TYPE_INFO) |
|
#define | SEND_WARNING_MSG(msg) SEND_MSG(msg, MSG_TYPE_WARNING) |
|
#define | SEND_ERROR_MSG(msg) SEND_MSG(msg, MSG_TYPE_ERROR) |
|
#define | SEND_DEBUG_STREAM_MSG(msg) SEND_MSG(msg, MSG_TYPE_DEBUG_STREAM) |
|
#define | SEND_INFO_STREAM_MSG(msg) SEND_MSG(msg, MSG_TYPE_INFO_STREAM) |
|
#define | SEND_WARNING_STREAM_MSG(msg) SEND_MSG(msg, MSG_TYPE_WARNING_STREAM) |
|
#define | SEND_ERROR_STREAM_MSG(msg) SEND_MSG(msg, MSG_TYPE_ERROR_STREAM) |
|
◆ LOGGER_VERBOSITY_ALL
#define LOGGER_VERBOSITY_ALL |
◆ SEND_DEBUG_MSG
◆ SEND_DEBUG_STREAM_MSG
◆ SEND_ERROR_MSG
◆ SEND_ERROR_STREAM_MSG
#define SEND_ERROR_STREAM_MSG |
( |
|
msg | ) |
SEND_MSG(msg, MSG_TYPE_ERROR_STREAM) |
◆ SEND_INFO_MSG
◆ SEND_INFO_STREAM_MSG
◆ SEND_MSG
#define SEND_MSG |
( |
|
msg, |
|
|
|
type |
|
) |
| getLogger().sendMsg(msg, type, __FILE__, __LINE__) |
◆ SEND_WARNING_MSG
◆ SEND_WARNING_STREAM_MSG
◆ MSG_TYPE_DEBUG
◆ MSG_TYPE_DEBUG_STREAM
MSG_TYPE_DEBUG_STREAM = 4 |
◆ MSG_TYPE_ERROR
◆ MSG_TYPE_INFO
◆ MSG_TYPE_INFO_STREAM
◆ MSG_TYPE_WARNING
◆ MSG_TYPE_WARNING_STREAM
MSG_TYPE_WARNING_STREAM = 6 |
◆ VERBOSITY_ALL
◆ VERBOSITY_ERROR
◆ VERBOSITY_INFO_WARNING_ERROR
VERBOSITY_INFO_WARNING_ERROR |
◆ VERBOSITY_WARNING_ERROR