public class StandardWheelTorqueSensor : TorqueSensorPublic Class StandardWheelTorqueSensor
Inherits TorqueSensorpublic ref class StandardWheelTorqueSensor : public TorqueSensortype StandardWheelTorqueSensor =
class
inherit TorqueSensor
end| StandardWheelTorqueSensor | Initializes a new instance of the StandardWheelTorqueSensor class. |
| AccumulatedDistance | Accumulated distance in meters. |
| AverageAngularVelocity | Gets the average angular velocity in radians per second. (Inherited from TorqueSensor) |
| AveragePower | Gets the average power in watts. (Inherited from TorqueSensor) |
| AverageSpeed | Average speed in kilometers per hour. |
| AverageTorque | Gets the average torque in Nm. (Inherited from TorqueSensor) |
| InstantaneousCadence | Gets the instantaneous pedaling cadence. 0xFF indicates invalid. (Inherited from TorqueSensor) |
| WheelCircumference | Wheel circumference in meters. The default is 2.2 meters. |
| ParseTorque | Parses the torque message. (Overrides TorqueSensorParseTorque(Byte)) |
| ToString | Returns a string representation of the object. |
| _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) |