Classes | |
class | PeriodicLogger |
Periodically logs the output of a callback function by calling it at a certain rate and gathering up the results into a list. More... | |
class | PeriodicMonitor |
Periodically monitors the output of a callback function by calling it at a certain rate and compares it with a provided model to insure the value doesn't vary greatly within a degree of tolerance provided by the variance function. More... |