![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the data available from the Crank Torque type ANT+ Bike Power sensor. More...
#import <WFBikePowerCrankTorqueData.h>
Properties | |
ULONG | accumulatedCrankPeriod |
Accumulated crank period (updated each event). More... | |
ULONG | accumulatedCrankTicks |
The total number of crank revolutions measured since the sensor was connected or reset. More... | |
float | accumulatedTorque |
The total accumulated torque in Nm. More... | |
ULONG | angularVelocity |
The angular velocity of the crank. More... | |
ULONG | averageCadence |
The average cadence, in RPMs. More... | |
ULONG | averagePower |
The average power, in watts. More... | |
ULONG | averageTorque |
The average torque at the crank. More... | |
UCHAR | crankTicks |
Crank ticks increment with each crank revolution. More... | |
UCHAR | eventCount |
Event counter increments with each information update. More... | |
UCHAR | instantCadence |
Crank cadence (RPMs) – if available, Otherwise: 0xFF. More... | |
BOOL | isDataStale |
TRUE if data is considered stale, otherwise FALSE . More... | |
WFConnectorSettings * | settings |
Gets the persistent settings for the Wahoo API. More... | |
Represents the data available from the Crank Torque type ANT+ Bike Power sensor.
ANT+ sensors send data in multiple packets. The WFBikePowerCrankTorqueData combines this data into a single entity. The data represents the latest of each data type sent from the sensor.
|
readwritenonatomicassign |
Accumulated crank period (updated each event).
|
readwritenonatomicassign |
The total number of crank revolutions measured since the sensor was connected or reset.
|
readwritenonatomicassign |
The total accumulated torque in Nm.
Accumulated torque is the sum of the average torque for each update period. For example, in wheel-based power sensors, it is the sum of the average torque for each wheel revolution.
|
readwritenonatomicassign |
The angular velocity of the crank.
|
readwritenonatomicassign |
The average cadence, in RPMs.
|
readwritenonatomicassign |
The average power, in watts.
|
readwritenonatomicassign |
The average torque at the crank.
|
readwritenonatomicassign |
Crank ticks increment with each crank revolution.
|
readwritenonatomicassign |
Event counter increments with each information update.
|
readwritenonatomicassign |
Crank cadence (RPMs) – if available, Otherwise: 0xFF.
|
readnonatomicassigninherited |
TRUE
if data is considered stale, otherwise FALSE
.
|
readnonatomicassigninherited |
Gets the persistent settings for the Wahoo API.