9 #import <Foundation/Foundation.h>
10 #import <WFConnector/WFSensorData.h>
44 @property (nonatomic, assign)
UCHAR eventCount;
48 @property (nonatomic, assign)
USHORT slope;
52 @property (nonatomic, assign)
USHORT timestamp;
56 @property (nonatomic, assign)
USHORT torqueTickStamp;
61 @property (nonatomic, assign)
ULONG averageCadence;
65 @property (nonatomic, assign)
ULONG torqueFrequency;
69 @property (nonatomic, assign)
ULONG averageTorque;
73 @property (nonatomic, assign)
ULONG averagePower;
78 @property (nonatomic, assign)
ULONG accumulatedCrankTicks;
89 @property (nonatomic, assign)
float accumulatedTorque;
98 @property (nonatomic, assign)
USHORT calibrationOffset;
This is the abstract base class for all types of ANT sensor data.
Definition: WFSensorData.h:18
USHORT calibrationOffset
The calibration offset value stored on the sensor.
Definition: WFBikePowerCTFData.h:98
ULONG averagePower
The average power, in watts.
Definition: WFBikePowerCTFData.h:73
UCHAR eventCount
Rotation event counter increments with each completed pedal revolution.
Definition: WFBikePowerCTFData.h:44
ULONG accumulatedCrankTicks
The total number of crank revolutions measured since the sensor was connected or reset.
Definition: WFBikePowerCTFData.h:78
ULONG averageCadence
The average cadence.
Definition: WFBikePowerCTFData.h:61
unsigned short USHORT
Definition: types.h:121
float accumulatedTorque
The total accumulated torque in Nm.
Definition: WFBikePowerCTFData.h:89
Represents the data available from the Crank Torque Frequency type ANT+ Bike Power sensor...
Definition: WFBikePowerCTFData.h:20
unsigned char UCHAR
Definition: types.h:118
ULONG torqueFrequency
The torque frequency.
Definition: WFBikePowerCTFData.h:65
USHORT timestamp
Time of most recent rotation event (1/2000s resolution).
Definition: WFBikePowerCTFData.h:52
USHORT torqueTickStamp
Count of most recent torque event.
Definition: WFBikePowerCTFData.h:56
USHORT slope
Slope defines the variation of the output frequency.
Definition: WFBikePowerCTFData.h:48
ULONG averageTorque
The average torque at the crank.
Definition: WFBikePowerCTFData.h:69
unsigned long ULONG
Definition: types.h:133