39 #ifndef DIAGNOSTIC_AGGREGATOR_DISCARD_ANALYZER_H 40 #define DIAGNOSTIC_AGGREGATOR_DISCARD_ANALYZER_H 44 #include <boost/shared_ptr.hpp> 45 #include <diagnostic_msgs/DiagnosticStatus.h> 81 virtual std::vector<boost::shared_ptr<diagnostic_msgs::DiagnosticStatus> >
report();
85 #endif //GENERIC_ANALYZER_H DiscardAnalyzer is does not report any values. It is a subclass of GenericAnalyzer.
virtual ~DiscardAnalyzer()
GenericAnalyzer is most basic diagnostic Analyzer.
DiscardAnalyzer()
Default constructor loaded by pluginlib.
virtual std::vector< boost::shared_ptr< diagnostic_msgs::DiagnosticStatus > > report()
Reports current state, returns vector of formatted status messages.