Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters.
More...
#include <console.h>
|
const char * | file |
| [input] File the message came from More...
|
|
const char * | function |
| [input] Function the message came from More...
|
|
Level | level |
| [input/output] Severity level. If changed, uses the new level More...
|
|
int | line |
| [input] Line the message came from More...
|
|
void * | logger |
| [input/output] Handle identifying logger that this message will be output to. If changed, uses the new logger More...
|
|
const char * | message |
| [input] The formatted message that will be output More...
|
|
std::string | out_message |
| [output] If set, writes this message instead of the original More...
|
|
Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters.
Definition at line 189 of file console.h.
const char* ros::console::FilterParams::file |
[input] File the message came from
Definition at line 192 of file console.h.
const char* ros::console::FilterParams::function |
[input] Function the message came from
Definition at line 194 of file console.h.
Level ros::console::FilterParams::level |
[input/output] Severity level. If changed, uses the new level
Definition at line 199 of file console.h.
int ros::console::FilterParams::line |
[input] Line the message came from
Definition at line 193 of file console.h.
void* ros::console::FilterParams::logger |
[input/output] Handle identifying logger that this message will be output to. If changed, uses the new logger
Definition at line 198 of file console.h.
const char* ros::console::FilterParams::message |
[input] The formatted message that will be output
Definition at line 195 of file console.h.
std::string ros::console::FilterParams::out_message |
[output] If set, writes this message instead of the original
Definition at line 202 of file console.h.
The documentation for this struct was generated from the following file: