Add Left/Right Power Support

Add Left/Right Power Balance for FIT and Polar HRM parsers
 Add Left/Right Balance metric
 Add Left/Right series to Ride Chart

Fixes #711.
This commit is contained in:
Damien
2012-08-19 14:56:46 +02:00
committed by Mark Liversedge
parent 40321723d8
commit d51cb951ce
38 changed files with 334 additions and 59 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, interval);
rideFile->appendPoint(*secs, cad, hr, km, kph, nm, watts, alt, lng, lat, headwind, grade, temp, 0.0, interval);
*secs = *secs + intSecs;