Public Member Functions | |
def | __init__ (self) |
def | run (self, stat) |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
DiagnosticTask (const std::string name) | |
Constructs a DiagnosticTask setting its name in the process. More... | |
const std::string & | getName () |
Returns the name of the DiagnosticTask. More... | |
virtual void | run (diagnostic_updater::DiagnosticStatusWrapper &stat)=0 |
Fills out this Task's DiagnosticStatusWrapper. More... | |
virtual | ~DiagnosticTask () |
Definition at line 15 of file diagnostic_updater_test.py.
def diagnostic_updater_test.ClassFunction.__init__ | ( | self | ) |
Definition at line 16 of file diagnostic_updater_test.py.
def diagnostic_updater_test.ClassFunction.run | ( | self, | |
stat | |||
) |
Definition at line 19 of file diagnostic_updater_test.py.