Functions | |
static boost::shared_array< char > | g_print_buffer (new char[INITIAL_BUFFER_SIZE]) |
static bool | getLevel (const std::string &str, Level &level) |
static bool | getLevel (double dbl, Level &level) |
void | log (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | log (Level level, int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | log (Level level, const char *name, const char *fmt,...) |
Variables | |
static size_t | g_print_buffer_size = INITIAL_BUFFER_SIZE |
static boost::shared_array<char> rosmatlab::log::g_print_buffer | ( | new | char[INITIAL_BUFFER_SIZE] | ) | [static] |
static bool rosmatlab::log::getLevel | ( | const std::string & | str, |
Level & | level | ||
) | [static] |
static bool rosmatlab::log::getLevel | ( | double | dbl, |
Level & | level | ||
) | [static] |
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, | ||
... | |||
) |
size_t rosmatlab::log::g_print_buffer_size = INITIAL_BUFFER_SIZE [static] |