public class StandardCrankTorqueSensor : TorqueSensor
Public Class StandardCrankTorqueSensor
Inherits TorqueSensor
public ref class StandardCrankTorqueSensor : public TorqueSensor
type StandardCrankTorqueSensor =
class
inherit TorqueSensor
end
StandardCrankTorqueSensor | Initializes a new instance of the StandardCrankTorqueSensor class. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ParseCyclingDynamics | Parses the cycling dynamics data pages. |
ParseTorque | Parses the torque message. (Overrides TorqueSensorParseTorque(Byte)) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
_logger | The _logger (Inherited from TorqueSensor) |
deltaEventCount | The delta event count (Inherited from TorqueSensor) |
deltaPeriod | The delta period (Inherited from TorqueSensor) |
deltaTicks | The delta ticks (Inherited from TorqueSensor) |
deltaTorque | The delta torque (Inherited from TorqueSensor) |
isFirstDataMessage | The is first data message
received (Inherited from TorqueSensor) |