CalibrationInfo class
A class that represents information about calibration events, converting raw event data from a CalibrationEvent into a user-friendly object format.
Constructors
- CalibrationInfo.new(Map event)
- Creates a CalibrationInfo instance using the provided event data.
Properties
-
calibrationData
↔ List<
double> ? -
The calibration data values when the type is CALIBRATION_FINISHED.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextX ↔ double?
-
The X-coordinate of the next calibration target when the type is CALIBRATION_NEXT_XY.
getter/setter pair
- nextY ↔ double?
-
The Y-coordinate of the next calibration target when the type is CALIBRATION_NEXT_XY.
getter/setter pair
- progress ↔ double?
-
The progress value of the ongoing calibration, ranging from 0.0 to 1.0.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ CalibrationType
-
The type of the calibration event, indicating its purpose and meaning.
getter/setter pair
Methods
-
checkKeyExists(
Map event, String key) → void -
inherited
-
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