This package contains classes related to the Data Structure.

This package implements all method related to acquired data (GPS, Telemetry, Analogs, ...) and mathematical analysis of them. It also manages how these data should be represented (selected sessions and laps, colors, ...).
The main class is DanasDataStructure. It contains a list of sessions (DanasSession) on to the same circuit. Class DanasSession contains lists of acquired data, whereas DanasLap or DanasSplit have references to the first and the last acquired data relative to them.