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

@@ -249,6 +249,7 @@ PwxFileReader::PwxFromDomDoc(QDomDocument doc, QStringList &errors) const
add.nm, add.watts, add.alt, add.lon, add.lat, add.headwind,
add.slope, add.temp, add.lrbalance, add.lte, add.rte, add.lps, add.rps,
add.smo2, add.thb,
add.rvert, add.rcad, add.rcontact,
add.interval);