![]() |
Wahoo Fitness API
3.6.1
Documentation for the iPhone version of the Wahoo Fitness API.
|
Represents the data available from the Crank Torque Frequency type ANT+ Bike Power sensor. More...
#import <WFBikePowerCTFData.h>
Properties | |
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 | averageCadence |
The average cadence. More... | |
ULONG | averagePower |
The average power, in watts. More... | |
ULONG | averageTorque |
The average torque at the crank. More... | |
USHORT | calibrationOffset |
The calibration offset value stored on the sensor. More... | |
UCHAR | eventCount |
Rotation event counter increments with each completed pedal revolution. More... | |
BOOL | isDataStale |
TRUE if data is considered stale, otherwise FALSE . More... | |
WFConnectorSettings * | settings |
Gets the persistent settings for the Wahoo API. More... | |
USHORT | slope |
Slope defines the variation of the output frequency. More... | |
USHORT | timestamp |
Time of most recent rotation event (1/2000s resolution). More... | |
ULONG | torqueFrequency |
The torque frequency. More... | |
USHORT | torqueTickStamp |
Count of most recent torque event. More... | |
Represents the data available from the Crank Torque Frequency type ANT+ Bike Power sensor.
ANT+ sensors send data in multiple packets. The WFBikePowerCTFData combines this data into a single entity. The data represents the latest of each data type sent from the sensor.
|
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 average cadence.
|
readwritenonatomicassign |
The average power, in watts.
|
readwritenonatomicassign |
The average torque at the crank.
|
readwritenonatomicassign |
The calibration offset value stored on the sensor.
This value is determined by the device during calibration, and returned in response to a calibration request. This value should be stored at the application level, and used when initializing the sensor. This is done via the WFHardwareConnector::setBikePowerCalibrationOffset: method.
|
readwritenonatomicassign |
Rotation event counter increments with each completed pedal revolution.
|
readnonatomicassigninherited |
TRUE
if data is considered stale, otherwise FALSE
.
|
readnonatomicassigninherited |
Gets the persistent settings for the Wahoo API.
|
readwritenonatomicassign |
Slope defines the variation of the output frequency.
|
readwritenonatomicassign |
Time of most recent rotation event (1/2000s resolution).
|
readwritenonatomicassign |
The torque frequency.
|
readwritenonatomicassign |
Count of most recent torque event.