Class DiagnosticTaskVector::DiagnosticTaskInternal
- Defined in File diagnostic_updater.hpp 
Nested Relationships
This class is a nested type of Class DiagnosticTaskVector.
Class Documentation
- 
class DiagnosticTaskInternal
- Class used to represent a diagnostic task internally in DiagnosticTaskVector. - Public Functions - 
inline DiagnosticTaskInternal(const std::string name, TaskFunction f)
 - 
inline void run(diagnostic_updater::DiagnosticStatusWrapper &stat) const
 - 
inline const std::string &getName() const
 
- 
inline DiagnosticTaskInternal(const std::string name, TaskFunction f)