$search
Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters. More...
#include <console.h>
Public Attributes | |
const char * | file |
[input] File the message came from | |
const char * | function |
[input] Function the message came from | |
Level | level |
[input/output] Severity level. If changed, uses the new level | |
int | line |
[input] Line the message came from | |
log4cxx::LoggerPtr | logger |
[input/output] Logger that this message will be output to. If changed, uses the new logger | |
const char * | message |
[input] The formatted message that will be output | |
std::string | out_message |
[output] If set, writes this message instead of the original |
Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters.
Definition at line 165 of file console.h.
const char* ros::console::FilterParams::file |
const char* ros::console::FilterParams::function |
const char* ros::console::FilterParams::message |
std::string ros::console::FilterParams::out_message |