Class OtherAnalyzer
Defined in File other_analyzer.hpp
Inheritance Relationships
Base Type
public GenericAnalyzerBase
Class Documentation
-
class OtherAnalyzer : public GenericAnalyzerBase
Public Functions
-
inline explicit OtherAnalyzer(bool other_as_errors = false)
Default constructor. OtherAnalyzer isn’t loaded by pluginlib.
-
inline virtual ~OtherAnalyzer()
-
inline bool init(const std::string &path, const std::string &breadcrumb = "")
-
inline bool match(const std::string &name)
-
inline std::vector<std::shared_ptr<diagnostic_msgs::msg::DiagnosticStatus>> report()
-
inline explicit OtherAnalyzer(bool other_as_errors = false)