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 97 of file example.py.
def example.DummyTask.__init__ | ( | self | ) |
Definition at line 98 of file example.py.
def example.DummyTask.run | ( | self, | |
stat | |||
) |
Definition at line 102 of file example.py.