StandardCrankTorqueSensor Class

The standard bicycle power crank torque sensor class.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public class StandardCrankTorqueSensor : TorqueSensor
Inheritance
Object    ObservableObject    TorqueSensor    StandardCrankTorqueSensor

Constructors

StandardCrankTorqueSensor Initializes a new instance of the StandardCrankTorqueSensor class.

Properties

AverageAngularVelocityGets the average angular velocity in radians per second.
(Inherited from TorqueSensor)
AverageCadenceGets the average cadence in rotations per minute.
AveragePowerGets the average power in watts.
(Inherited from TorqueSensor)
AverageTorqueGets the average torque in Nm.
(Inherited from TorqueSensor)
InstantaneousCadenceGets the instantaneous pedaling cadence. 0xFF indicates invalid.
(Inherited from TorqueSensor)
LeftForceAngleGets the left pedal force angle.
PedalPositionGets the pedal position data.
RightForceAngleGets the right pedal force angle.
TorqueBarycenterAngleGets the torque barycenter angle in degrees.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseCyclingDynamicsParses the cycling dynamics data pages.
ParseTorqueParses the torque message.
(Overrides TorqueSensorParseTorque(Byte))
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

Fields

_loggerThe _logger
(Inherited from TorqueSensor)
deltaEventCountThe delta event count
(Inherited from TorqueSensor)
deltaPeriodThe delta period
(Inherited from TorqueSensor)
deltaTicksThe delta ticks
(Inherited from TorqueSensor)
deltaTorqueThe delta torque
(Inherited from TorqueSensor)
isFirstDataMessageThe is first data message received
(Inherited from TorqueSensor)

See Also