openrowingmonitor/app/engine
Jaap van Ekris e85491acb9
More refined session state (#33)
* A more refined rowing session state (PM5)

Introduces a more refined session state needed for the PM5 rower session simulation, as well as a cleaner setup for the metrics to stop when the rower is stopped.

* Added the WorkoutState and rowingState

Added the WorkoutState and rowingState to the PM5 interface, to prevent EXR to start too early.

* Added a link to the brilliant work of Nomath

Added a link to Nomath's work, as it is a brilliant piece of work that independently verifies our calculations and provides a basis for support of the Concept2 rower.

* Bugfix in Instantanous Torque calculation

The Instantanous Torque calculation wasn't cleaned up sufficiently, causing issues in the powercurve.

* unifies reset of heartrate value at different places

* unifies naming with other variables status -> state

* just some minor link adjustments in documentation

Co-authored-by: Lars Berning <151194+laberning@users.noreply.github.com>
2022-01-09 12:09:02 +01:00
..
averager unifies interface of averagers 2021-11-08 09:00:45 +01:00
MovingFlankDetector.js Code Cleanup and Documentation Update (#30) 2021-12-13 20:01:28 +01:00
RowingEngine.js More refined session state (#33) 2022-01-09 12:09:02 +01:00
RowingEngine.test.js Improved Rowing Engine (#24) 2021-11-07 14:53:11 +01:00
RowingStatistics.js More refined session state (#33) 2022-01-09 12:09:02 +01:00
Timer.js Adds support for GitHub pages (#27) 2021-11-11 21:11:07 +01:00
WorkoutRecorder.js Improved Rowing Engine (#24) 2021-11-07 14:53:11 +01:00