|
| BasicFilter (bool enabled) |
|
virtual bool | isEnabled () |
| Returns whether or not the log statement should be printed. Called before the log arguments are evaluated and the message is formatted. More...
|
|
virtual bool | isEnabled (FilterParams &) |
| Returns whether or not the log statement should be printed. Called once the message has been formatted, and allows you to change the message, logger and severity level if necessary. More...
|
|
virtual | ~FilterBase () |
|
Definition at line 93 of file utest.cpp.
BasicFilter::BasicFilter |
( |
bool |
enabled | ) |
|
|
inline |
virtual bool BasicFilter::isEnabled |
( |
| ) |
|
|
inlinevirtual |
Returns whether or not the log statement should be printed. Called before the log arguments are evaluated and the message is formatted.
Reimplemented from ros::console::FilterBase.
Definition at line 99 of file utest.cpp.
bool BasicFilter::enabled_ |
The documentation for this struct was generated from the following file: