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 210 of file diagnostic_updater.h.
diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::DiagnosticTaskInternal | ( | const std::string | name, |
TaskFunction | f | ||
) | [inline] |
Definition at line 213 of file diagnostic_updater.h.
const std::string& diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::getName | ( | ) | const [inline] |
Definition at line 223 of file diagnostic_updater.h.
void diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::run | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | const [inline] |
Definition at line 217 of file diagnostic_updater.h.
Definition at line 230 of file diagnostic_updater.h.
std::string diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::name_ [private] |
Definition at line 229 of file diagnostic_updater.h.