Standard Crank Torque Sensor Class
The standard bicycle power crank torque sensor class.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public class StandardCrankTorqueSensor : TorqueSensorVB
Public Class StandardCrankTorqueSensor
Inherits TorqueSensorC++
public ref class StandardCrankTorqueSensor : public TorqueSensorF#
type StandardCrankTorqueSensor =
class
inherit TorqueSensor
end- Inheritance
- ObservableObject TorqueSensor StandardCrankTorqueSensor
Constructors
| StandardCrankTorqueSensor | Initializes a new instance of the StandardCrankTorqueSensor class. |
Properties
| AverageAngularVelocity | Gets the average angular velocity in radians per second. (Inherited from TorqueSensor) |
| AverageCadence | Gets the average cadence in rotations per minute. |
| AveragePower | Gets the average power in watts. (Inherited from TorqueSensor) |
| AverageTorque | Gets the average torque in Nm. (Inherited from TorqueSensor) |
| InstantaneousCadence | Gets the instantaneous pedaling cadence. 0xFF indicates invalid. (Inherited from TorqueSensor) |
| LeftForceAngle | Gets the left pedal force angle. |
| PedalPosition | Gets the pedal position data. |
| RightForceAngle | Gets the right pedal force angle. |
| TorqueBarycenterAngle | Gets the torque barycenter angle in degrees. |
Methods
| ParseCyclingDynamics | Parses the cycling dynamics data pages. |
| ParseTorque | Parses the torque message. (Overrides TorqueSensorParseTorque(Byte)) |
| ToString | Returns a string representation of the object. |
Fields
| _logger |
Represents the logger instance used for logging messages within the class.
(Inherited from TorqueSensor) |
| deltaEventCount |
Represents the change in the number of events.
(Inherited from TorqueSensor) |
| deltaPeriod |
Represents the time interval, in milliseconds, used for calculating changes or updates.
(Inherited from TorqueSensor) |
| deltaTicks |
Represents the difference in ticks used for internal calculations.
(Inherited from TorqueSensor) |
| deltaTorque |
Represents the change in torque applied to the system.
(Inherited from TorqueSensor) |
| isFirstDataMessage |
Indicates whether the current data message is the first in a sequence.
(Inherited from TorqueSensor) |