-
Notifications
You must be signed in to change notification settings - Fork 10
Data Documentation
umadbro96 edited this page Feb 6, 2018
·
5 revisions
- A data-writer-class, which allows serialising the captured data into a csv-file. Thereby one row of the csv-file represents one sampling step of the implemented application, with the related timestamp, tick and the sampled sensor-data.
- A data-reader-class, which allows reading-out previous captured, or edited data of a csv-file. In this case the data-values in the csv-file are used as stimulation for the application logic. In this case the application should run in the “Simulation-Mode” (see config.ConfigApp.isSimulation).
- Data buffer-classes (e.g. the CurTickData-class which contains the values of the current tick).
- A class (MathCalculations )that is responsible for the mathematical calculations or conversions of different data formats