#include <fail_init_analyzer.h>
Public Member Functions | |
bool | analyze (const boost::shared_ptr< diagnostic_aggregator::StatusItem > item) |
FailInitAnalyzer () | |
std::string | getName () const |
std::string | getPath () const |
bool | init (const std::string base_name, const ros::NodeHandle &n) |
bool | match (const std::string name) |
std::vector< boost::shared_ptr < diagnostic_msgs::DiagnosticStatus > > | report () |
~FailInitAnalyzer () | |
Private Attributes | |
std::string | nice_name_ |
std::string | path_ |
Definition at line 51 of file fail_init_analyzer.h.
Definition at line 55 of file fail_init_analyzer.cpp.
bool FailInitAnalyzer::analyze | ( | const boost::shared_ptr< diagnostic_aggregator::StatusItem > | item | ) | [virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 78 of file fail_init_analyzer.cpp.
std::string test_diagnostic_aggregator::FailInitAnalyzer::getName | ( | ) | const [inline, virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 71 of file fail_init_analyzer.h.
std::string test_diagnostic_aggregator::FailInitAnalyzer::getPath | ( | ) | const [inline, virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 69 of file fail_init_analyzer.h.
bool FailInitAnalyzer::init | ( | const std::string | base_name, |
const ros::NodeHandle & | n | ||
) | [virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 58 of file fail_init_analyzer.cpp.
bool FailInitAnalyzer::match | ( | const std::string | name | ) | [virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 73 of file fail_init_analyzer.cpp.
vector< boost::shared_ptr< diagnostic_msgs::DiagnosticStatus > > FailInitAnalyzer::report | ( | ) | [virtual] |
Implements diagnostic_aggregator::Analyzer.
Definition at line 83 of file fail_init_analyzer.cpp.
std::string test_diagnostic_aggregator::FailInitAnalyzer::nice_name_ [private] |
Definition at line 54 of file fail_init_analyzer.h.
std::string test_diagnostic_aggregator::FailInitAnalyzer::path_ [private] |
Definition at line 54 of file fail_init_analyzer.h.