Class used to represent a diagnostic task internally in DiagnosticTaskVector. More...
#include <diagnostic_updater.h>
Public Member Functions | |
| DiagnosticTaskInternal (const std::string name, TaskFunction f) | |
| const std::string & | getName () const |
| void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) const |
Private Attributes | |
| TaskFunction | fn_ |
| std::string | name_ |
Class used to represent a diagnostic task internally in DiagnosticTaskVector.
Definition at line 206 of file diagnostic_updater.h.
| diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::DiagnosticTaskInternal | ( | const std::string | name, | |
| TaskFunction | f | |||
| ) | [inline] |
Definition at line 209 of file diagnostic_updater.h.
| const std::string& diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::getName | ( | ) | const [inline] |
Definition at line 219 of file diagnostic_updater.h.
| void diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::run | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | const [inline] |
Definition at line 213 of file diagnostic_updater.h.
Definition at line 226 of file diagnostic_updater.h.
std::string diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::name_ [private] |
Definition at line 225 of file diagnostic_updater.h.