#include <mex.h>
#include <rosmatlab/log.h>
#include <rosmatlab/exception.h>
#include <rosmatlab/options.h>
#include <ros/console.h>
#include <boost/algorithm/string.hpp>
#include <cstdarg>
#include <boost/shared_array.hpp>
Go to the source code of this file.
Namespaces |
namespace | rosmatlab |
namespace | rosmatlab::log |
Defines |
#define | INITIAL_BUFFER_SIZE 4096 |
Functions |
static boost::shared_array< char > | rosmatlab::log::g_print_buffer (new char[INITIAL_BUFFER_SIZE]) |
static bool | rosmatlab::log::getLevel (const std::string &str, Level &level) |
static bool | rosmatlab::log::getLevel (double dbl, Level &level) |
void | rosmatlab::log::log (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | rosmatlab::log::log (Level level, int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | rosmatlab::log::log (Level level, const char *name, const char *fmt,...) |
Variables |
static size_t | rosmatlab::log::g_print_buffer_size = INITIAL_BUFFER_SIZE |
Define Documentation