$search
#include "NaoJointsAnalyzer.h"
#include <ros/ros.h>
#include <diagnostic_aggregator/analyzer.h>
#include <diagnostic_aggregator/status_item.h>
#include <diagnostic_msgs/DiagnosticStatus.h>
#include <pluginlib/class_list_macros.h>
#include <string>
#include <map>
#include <sstream>
#include <fstream>
Go to the source code of this file.
Functions | |
PLUGINLIB_DECLARE_CLASS (nao_dashboard, NaoJointsAnalyzer, diagnostic_aggregator::NaoJointsAnalyzer, diagnostic_aggregator::Analyzer) namespace diagnostic_aggregator |
Definition in file NaoJointsAnalyzer.cpp.
PLUGINLIB_DECLARE_CLASS | ( | nao_dashboard | , | |
NaoJointsAnalyzer | , | |||
diagnostic_aggregator::NaoJointsAnalyzer | , | |||
diagnostic_aggregator::Analyzer | ||||
) |
Constructor.
Destructor.
Helper function for adding key/value pairs to a diagnostic status message.
T | Datatype of the value (must be convertible with std::ostream::operator<<). |
joint_stat | Diagnostic status message. | |
key | Key. | |
value | Value. |
Definition at line 11 of file NaoJointsAnalyzer.cpp.