
Public Member Functions | |
| def | __init__ |
| def | clear |
| def | run |
| def | tick |
Public Attributes | |
| count | |
| hist_indx | |
| lock | |
| params | |
| seq_nums | |
| times | |
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 72 of file _update_functions.py.
| def diagnostic_updater._update_functions.FrequencyStatus.__init__ | ( | self, | |
| params | |||
| ) |
Constructs a FrequencyStatus class with the given parameters.
Definition at line 81 of file _update_functions.py.
Resets the statistics.
Definition at line 88 of file _update_functions.py.
| def diagnostic_updater._update_functions.FrequencyStatus.run | ( | self, | |
| stat | |||
| ) |
Definition at line 102 of file _update_functions.py.
Signals that an event has occurred.
Definition at line 97 of file _update_functions.py.
Definition at line 88 of file _update_functions.py.
Definition at line 88 of file _update_functions.py.
Definition at line 81 of file _update_functions.py.
Definition at line 81 of file _update_functions.py.
Definition at line 88 of file _update_functions.py.
Definition at line 88 of file _update_functions.py.