Public Member Functions | Public Attributes | List of all members
AdvancedFilter Struct Reference
Inheritance diagram for AdvancedFilter:
Inheritance graph
[legend]

Public Member Functions

 AdvancedFilter (bool enabled)
 
virtual bool isEnabled (ros::console::FilterParams &params)
 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...
 
- Public Member Functions inherited from ros::console::FilterBase
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 ~FilterBase ()
 

Public Attributes

int count_
 
bool enabled_
 

Detailed Description

Definition at line 879 of file utest.cpp.

Constructor & Destructor Documentation

◆ AdvancedFilter()

AdvancedFilter::AdvancedFilter ( bool  enabled)
inline

Definition at line 881 of file utest.cpp.

Member Function Documentation

◆ isEnabled()

virtual bool AdvancedFilter::isEnabled ( ros::console::FilterParams )
inlinevirtual

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.

Reimplemented from ros::console::FilterBase.

Definition at line 887 of file utest.cpp.

Member Data Documentation

◆ count_

int AdvancedFilter::count_

Definition at line 895 of file utest.cpp.

◆ enabled_

bool AdvancedFilter::enabled_

Definition at line 894 of file utest.cpp.


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


rosconsole
Author(s): Josh Faust
autogenerated on Mon Feb 28 2022 23:30:41