Package com.parrot.drone.groundsdk.device.instrument

Types

Alarms
Link copied to clipboard
interface Alarms : Instrument
Instrument that informs about alarms.
Altimeter
Link copied to clipboard
interface Altimeter : Instrument
Instrument that informs about the drone current altitude and vertical speed.
AttitudeIndicator
Link copied to clipboard
interface AttitudeIndicator : Instrument
Instrument that informs about the drone current attitude (i.e.
BatteryInfo
Link copied to clipboard
interface BatteryInfo : Instrument
Instrument that informs about a device's battery.
CameraExposureValues
Link copied to clipboard
interface CameraExposureValues : Instrument
Instrument that informs about the drone camera exposure related values.
CellularLink
Link copied to clipboard
interface CellularLink : Instrument

Instrument that informs about the RC cellular link.

Compass
Link copied to clipboard
interface Compass : Instrument
Instrument that informs about the drone current heading.
FlightInfo
Link copied to clipboard
interface FlightInfo : Instrument

Instrument that informs about the drone current flight.

FlightMeter
Link copied to clipboard
interface FlightMeter : Instrument
Instrument that informs about flight metrics: total flight duration, last flight duration and total number of flights.
FlyingIndicators
Link copied to clipboard
interface FlyingIndicators : Instrument
Instrument that informs about flying states.
Gps
Link copied to clipboard
interface Gps : Instrument
Instrument that informs about the drone current position.
Instrument
Link copied to clipboard
interface Instrument
Interface for an Instrument.
PhotoProgressIndicator
Link copied to clipboard
interface PhotoProgressIndicator : Instrument
Instrument that informs about photo capture progress.
Radio
Link copied to clipboard
interface Radio : Instrument
Instrument that informs about the radio.
Speedometer
Link copied to clipboard
interface Speedometer : Instrument
Instrument that informs about speed.
TakeoffChecklist
Link copied to clipboard
interface TakeoffChecklist : Instrument

Instrument providing a set of alarms that indicate whether it is safe for the drone to take off.

Functions

get
Link copied to clipboard
operator fun TakeoffChecklist.get(kind: TakeoffChecklist.Alarm.Kind): TakeoffChecklist.Alarm

Convenience alias to TakeoffChecklist.getAlarm providing array-like access to alarms.