Expand description
Contains the main functionality for the time-based data recording
Structs§
- Data
Logger - 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:
- Data
Logger Mutexes - Contains
Arc<Mutex>-wrapped shared data points accessed by the data logger.
Enums§
- Data
Logger Error - Contains the error definition for DataLogger