Public Member Functions | Public Attributes
diagnostic_updater._diagnostic_updater.DiagnosticTask Class Reference
Inheritance diagram for diagnostic_updater._diagnostic_updater.DiagnosticTask:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def getName
def run

Public Attributes

 name

Detailed Description

DiagnosticTask is an abstract base class for collecting diagnostic data.

Subclasses are provided for generating common diagnostic information.
A DiagnosticTask has a name, and a function that is called to cleate a
DiagnosticStatusWrapper.

Definition at line 50 of file _diagnostic_updater.py.


Constructor & Destructor Documentation

Constructs a DiagnosticTask setting its name in the process.

Reimplemented in diagnostic_updater._diagnostic_updater.CompositeDiagnosticTask.

Definition at line 58 of file _diagnostic_updater.py.


Member Function Documentation

Returns the name of the DiagnosticTask.

Definition at line 62 of file _diagnostic_updater.py.

Fills out this Task's DiagnosticStatusWrapper.
@param stat: the DiagnosticStatusWrapper to fill
@return the filled DiagnosticStatusWrapper

Reimplemented in diagnostic_updater._diagnostic_updater.CompositeDiagnosticTask, and diagnostic_updater._diagnostic_updater.FunctionDiagnosticTask.

Definition at line 66 of file _diagnostic_updater.py.


Member Data Documentation

Definition at line 58 of file _diagnostic_updater.py.


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 Tue Mar 26 2019 03:09:44