mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
FitRideFile: Add new FIT fields
Especially for Vectors new metrics - Left and Righ Platform Center Offset - eg: -8mm and -11mm - Left and Right Top dead Center - eg: 10° and 11° - Left and Right Bottom dead Center - eg: 203° and 210° - Left and Right Peak Power Phase Start - eg: 83° and 76° - Left and Right Peak Power Phase End - eg: 115° and 125°
This commit is contained in:
@@ -247,7 +247,11 @@ PwxFileReader::PwxFromDomDoc(QDomDocument doc, QStringList &errors) const
|
||||
// add the data point
|
||||
rideFile->appendPoint(add.secs, add.cad, add.hr, add.km, add.kph,
|
||||
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.slope, add.temp, add.lrbalance,
|
||||
add.lte, add.rte, add.lps, add.rps,
|
||||
add.lpco, add.rpco,
|
||||
add.ltdc, add.rtdc, add.lbdc, add.rbdc,
|
||||
add.ltppp, add.rtppp, add.lbppp, add.rbppp,
|
||||
add.smo2, add.thb,
|
||||
add.rvert, add.rcad, add.rcontact,
|
||||
add.interval);
|
||||
|
||||
Reference in New Issue
Block a user