diagnostic_updater.example module
@author Brice Rebsamen <brice [dot] rebsamen [gmail]>.
- class diagnostic_updater.example.DummyTask
Bases:
DiagnosticTask
- run(stat)
Fill out this Task’s DiagnosticStatusWrapper.
@param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper
- diagnostic_updater.example.check_lower_bound(stat)
- diagnostic_updater.example.check_upper_bound(stat)
- diagnostic_updater.example.dummy_diagnostic(stat)
- diagnostic_updater.example.main()
- diagnostic_updater.example.time_to_launch = 0
Used as a tutorial for loading and using diagnostic updater. DummyClass and dummy_diagnostics show how to use a diagnostic_updater class.