TelloState class

Holds data from the Tello's current state.

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