TelloState class
Constructors
- TelloState(ImuAttitude imuAttitude, ImuVelocity imuVelocity, ImuAcceleration imuAcceleration, double averageTemperature, int distanceFromTakeoff, int height, int battery, double barometerReading, int flightTime)
-
const
Properties
- averageTemperature → double
-
final
- barometerReading → double
-
final
- battery → int
-
final
- distanceFromTakeoff → int
-
final
- flightTime → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
final
- imuAcceleration → ImuAcceleration
-
final
- imuAttitude → ImuAttitude
-
final
- imuVelocity → ImuVelocity
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited