Public Member Functions | Private Attributes | List of all members
diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal Class Reference

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_
 

Detailed Description

Class used to represent a diagnostic task internally in DiagnosticTaskVector.

Definition at line 211 of file diagnostic_updater.h.

Constructor & Destructor Documentation

diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::DiagnosticTaskInternal ( const std::string  name,
TaskFunction  f 
)
inline

Definition at line 214 of file diagnostic_updater.h.

Member Function Documentation

const std::string& diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::getName ( ) const
inline

Definition at line 224 of file diagnostic_updater.h.

void diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::run ( diagnostic_updater::DiagnosticStatusWrapper stat) const
inline

Definition at line 218 of file diagnostic_updater.h.

Member Data Documentation

TaskFunction diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::fn_
private

Definition at line 231 of file diagnostic_updater.h.

std::string diagnostic_updater::DiagnosticTaskVector::DiagnosticTaskInternal::name_
private

Definition at line 230 of file diagnostic_updater.h.


The documentation for this class was generated from the following file:


diagnostic_updater
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs, Blaise Gassend
autogenerated on Thu Oct 8 2020 03:19:34