#include "diagnostic_aggregator/ignore_analyzer.h"
#include "diagnostic_aggregator/generic_analyzer.h"
#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <diagnostic_msgs/DiagnosticStatus.h>
#include <ros/ros.h>
Go to the source code of this file.
Functions | |
PLUGINLIB_DECLARE_CLASS (diagnostic_aggregator, IgnoreAnalyzer, diagnostic_aggregator::IgnoreAnalyzer, diagnostic_aggregator::Analyzer) IgnoreAnalyzer |
PLUGINLIB_DECLARE_CLASS | ( | diagnostic_aggregator | , | |
IgnoreAnalyzer | , | |||
diagnostic_aggregator::IgnoreAnalyzer | , | |||
diagnostic_aggregator::Analyzer | ||||
) |
Definition at line 43 of file ignore_analyzer.cpp.