Module data_logger

Source
Expand description

Contains the main functionality for the time-based data recording

Structs§

DataLogger
Contains the configuration and the implementation for regular data logging to SQL database and writing to the file (in RAM disk). Thread communication is as follows:
DataLoggerMutexes
Contains Arc<Mutex>-wrapped shared data points accessed by the data logger.

Enums§

DataLoggerError
Contains the error definition for DataLogger

Constants§

MILLIS_PER_SEC 🔒