TwoWheelOdometry class abstract Sensor Data Source
Odometry data from a two-wheel vehicle.
Produced by bike speed sensors, for example the wheel revolution data of a BLE Cycling Speed and Cadence sensor.
See also:
- Cadence - Crank or step repetition rate from the same class of sensor.
Constructors
Properties
- acquisitionTime → DateTime
-
The time when this sensor data was acquired.
no setterinherited
- frontWheelRevolutions → int
-
The cumulative front wheel revolution count.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- rearWheelRevolutions → int
-
The cumulative rear wheel revolution count.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → DataType
-
The type of this sensor data.
no setterinherited
- vehicleSpeed → double
-
The vehicle speed, in meters per second.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited