Add Vector/Rotor TE and PS data series

.. Added the torque effectiveness and pedal smoothness
   data series to the RideFile structures.

.. The only file formats that support it at this stage
   are Fit and  GoldenCheetah JSON.

.. As more file formats support it we will add it here.

.. The charts/editor now need to be updated to support
   these new data series.
This commit is contained in:
Mark Liversedge
2014-04-11 13:46:10 +01:00
parent 6eb21699b7
commit cc70788085
34 changed files with 209 additions and 57 deletions

View File

@@ -776,7 +776,8 @@ SplitConfirm::createRideFile(long start, long stop)
returning->appendPoint(p->secs - offset, // start from zero!
p->cad, p->hr, p->km - distanceoffset, p->kph,
p->nm, p->watts, p->alt, p->lon, p->lat,
p->headwind, p->slope, p->temp, p->lrbalance, p->interval);
p->headwind, p->slope, p->temp, p->lrbalance, p->lte, p->rte, p->lps, p->rps,
p->interval);
}
// lets keep intervals that start in our section truncating them