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

Public Member Functions

 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...
 
- Public Member Functions inherited from ros::console::FilterBase
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 ()
 

Public Attributes

bool enabled_
 

Detailed Description

Definition at line 105 of file utest.cpp.

Constructor & Destructor Documentation

◆ BasicFilter()

BasicFilter::BasicFilter ( bool  enabled)
inline

Definition at line 107 of file utest.cpp.

Member Function Documentation

◆ isEnabled()

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 111 of file utest.cpp.

Member Data Documentation

◆ enabled_

bool BasicFilter::enabled_

Definition at line 111 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