Public Attributes
ros::console::FilterParams Struct Reference

Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters. More...

#include <console.h>

List of all members.

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
void * logger
 [input/output] Handle identifying 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

Detailed Description

Parameter structure passed to FilterBase::isEnabled(...);. Includes both input and output parameters.

Definition at line 186 of file console.h.


Member Data Documentation

[input] File the message came from

Definition at line 189 of file console.h.

[input] Function the message came from

Definition at line 191 of file console.h.

[input/output] Severity level. If changed, uses the new level

Definition at line 196 of file console.h.

[input] Line the message came from

Definition at line 190 of file console.h.

[input/output] Handle identifying logger that this message will be output to. If changed, uses the new logger

Definition at line 195 of file console.h.

[input] The formatted message that will be output

Definition at line 192 of file console.h.

[output] If set, writes this message instead of the original

Definition at line 199 of file console.h.


The documentation for this struct was generated from the following file:


rosconsole
Author(s): Josh Faust
autogenerated on Tue Mar 7 2017 03:44:27