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

List of all members.

Public Member Functions

def __init__
def run

Public Attributes

 fn

Detailed Description

A DiagnosticTask based on a function.

The FunctionDiagnosticTask calls the function when it updates. The
function updates the DiagnosticStatusWrapper and collects data.

This is useful for gathering information about a device or driver, like temperature,
calibration, etc.

Definition at line 40 of file _diagnostic_updater.py.


Constructor & Destructor Documentation

Constructs a GenericFunctionDiagnosticTask based on the given name and function.
@param name Name of the function.
@param fn Function to be called when run is called.

Definition at line 50 of file _diagnostic_updater.py.


Member Function Documentation

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

Reimplemented from diagnostic_updater._diagnostic_updater.DiagnosticTask.

Definition at line 58 of file _diagnostic_updater.py.


Member Data Documentation

Definition at line 53 of file _diagnostic_updater.py.


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


diagnostic_updater
Author(s): Jeremy Leibs, Blaise Gassend, Brice Rebsamen
autogenerated on Fri Jan 3 2014 11:18:58