Add Garmin Running Dynamics Data

.. read from FIT/TCX
.. write to JSON
.. view in Editor

NOTE: They are not on any of the charts yet.
This commit is contained in:
Mark Liversedge
2014-09-25 14:31:06 +01:00
parent 36e7fb7caf
commit f4d902dcbb
35 changed files with 198 additions and 42 deletions

View File

@@ -132,7 +132,7 @@ struct SyncFileReaderState
km += intSecs * kph / 3600.0;
rideFile->setRecIntSecs(intSecs);
rideFile->appendPoint(*secs, cad, hr, km, kph, nm, watts, alt, lng, lat, headwind, grade, temp, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
*secs = *secs + intSecs;