test_diagnostic_aggregator::FailInitAnalyzer Class Reference
#include <fail_init_analyzer.h>
List of all members.
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_ |
Detailed Description
Definition at line 49 of file fail_init_analyzer.h.
Constructor & Destructor Documentation
test_diagnostic_aggregator::FailInitAnalyzer::FailInitAnalyzer |
( |
|
) |
|
FailInitAnalyzer::~FailInitAnalyzer |
( |
|
) |
|
Member Function Documentation
bool test_diagnostic_aggregator::FailInitAnalyzer::analyze |
( |
const boost::shared_ptr< diagnostic_aggregator::StatusItem > |
item |
) |
|
std::string test_diagnostic_aggregator::FailInitAnalyzer::getName |
( |
|
) |
const [inline] |
std::string test_diagnostic_aggregator::FailInitAnalyzer::getPath |
( |
|
) |
const [inline] |
bool test_diagnostic_aggregator::FailInitAnalyzer::init |
( |
const std::string |
base_name, |
|
|
const ros::NodeHandle & |
n | |
|
) |
| | |
bool FailInitAnalyzer::match |
( |
const std::string |
name |
) |
|
vector< boost::shared_ptr< diagnostic_msgs::DiagnosticStatus > > FailInitAnalyzer::report |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: