TorqueSensor Class
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+92d79d127283ce9ab80906ab6fb15f5ffa8ae8ac
public abstract class TorqueSensor : ObservableObject
Public MustInherit Class TorqueSensor
Inherits ObservableObject
public ref class TorqueSensor abstract : public ObservableObject
[<AbstractClassAttribute>]
type TorqueSensor =
class
inherit ObservableObject
end
- Inheritance
- ObservableObject TorqueSensor
- Derived
| TorqueSensor |
Initializes a new instance of the TorqueSensor class.
|
| _logger |
Represents the logger instance used for logging messages within the class.
|
| deltaEventCount |
Represents the change in the number of events.
|
| deltaPeriod |
Represents the time interval, in milliseconds, used for calculating changes or updates.
|
| deltaTicks |
Represents the difference in ticks used for internal calculations.
|
| deltaTorque |
Represents the change in torque applied to the system.
|
| isFirstDataMessage |
Indicates whether the current data message is the first in a sequence.
|