Namespaces | Defines | Functions | Variables
log.cpp File Reference
#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>
Include dependency graph for log.cpp:

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

#define INITIAL_BUFFER_SIZE   4096

Definition at line 42 of file log.cpp.



rosmatlab
Author(s): Johannes Meyer
autogenerated on Fri Jul 25 2014 06:48:13