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

List of all members.

Public Member Functions

def __init__
def clear
def run
def tick

Public Attributes

 count
 hist_indx
 lock
 params
 seq_nums
 times

Detailed Description

A diagnostic task that monitors the frequency of an event.

This diagnostic task monitors the frequency of calls to its tick method,
and creates corresponding diagnostics. It will report a warning if the
frequency is outside acceptable bounds, and report an error if there have
been no events in the latest window.

Definition at line 70 of file _update_functions.py.


Constructor & Destructor Documentation

def diagnostic_updater._update_functions.FrequencyStatus.__init__ (   self,
  params,
  name = "FrequencyStatus" 
)
Constructs a FrequencyStatus class with the given parameters.

Definition at line 79 of file _update_functions.py.


Member Function Documentation

Resets the statistics.

Definition at line 86 of file _update_functions.py.

Definition at line 100 of file _update_functions.py.

Signals that an event has occurred.

Definition at line 95 of file _update_functions.py.


Member Data Documentation

Definition at line 86 of file _update_functions.py.

Definition at line 86 of file _update_functions.py.

Definition at line 79 of file _update_functions.py.

Definition at line 79 of file _update_functions.py.

Definition at line 86 of file _update_functions.py.

Definition at line 86 of file _update_functions.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