58 vector<boost::shared_ptr<diagnostic_msgs::DiagnosticStatus> > processed;
bool init(const std::string base_name, const ros::NodeHandle &n)
Analyzer is initialized with base path and namespace.
IgnoreAnalyzer ignores all analyzer parameters and does nothing.
virtual ~IgnoreAnalyzer()
Base class of all Analyzers. Loaded by aggregator.
virtual std::vector< boost::shared_ptr< diagnostic_msgs::DiagnosticStatus > > report()
Analysis function, output processed data.
PLUGINLIB_EXPORT_CLASS(diagnostic_aggregator::IgnoreAnalyzer, diagnostic_aggregator::Analyzer) IgnoreAnalyzer