public static interface AntPlusFitnessEquipmentPcc.IClimberDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewClimberData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
long cumulativeStrideCycles,
int instantaneousCadence,
int instantaneousPower)
Receives the data from a ClimberData event.
|
void onNewClimberData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, long cumulativeStrideCycles, int instantaneousCadence, int instantaneousPower)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags
- Informational flags about the event.cumulativeStrideCycles
- Total number of stride cycles (i.e. number of steps climbed/2) taken from the time the plugin connected to the fitness equipment. Units: strokes. Rollover: Every ~9 quintillion strokes.instantaneousCadence
- Instantaneous cadence valid for display. Units: cycles/min or RPM.instantaneousPower
- Instantaneous power valid for display. Units: Watts.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.