Add hemoglobin SmO2% and tHb data series (Moxy)

This commit is contained in:
Damien
2014-04-16 20:50:40 +02:00
parent e398125922
commit 84928380bd
31 changed files with 109 additions and 37 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, interval);
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, interval);
*secs = *secs + intSecs;