Facility

interface Facility

Marker interface for facilities.

Each interface that extends Facility provides an API over one particular feature that the application may want to control or observe.

Depending on the configuration and/or GroundSdk current state, some facilities may not be available.

Any facility, if available, can be obtained from a groundsdksession using:

groundsdk.getFacility(facilityClass)
where facilityClass is the class of the facility interface to obtain.

See also

com.parrot.drone.groundsdk.GroundSdk

GroundSdk#getFacility(Class, Ref.Observer)

Inheritors

UserHeading
Link copied to clipboard
GutmaLogManager
Link copied to clipboard
UserAccount
Link copied to clipboard
AutoConnection
Link copied to clipboard
UserLocation
Link copied to clipboard
CrashReporter
Link copied to clipboard
ReverseGeocoder
Link copied to clipboard
BlackBoxReporter
Link copied to clipboard
FlightDataManager
Link copied to clipboard
EventLogger
Link copied to clipboard
FlightCameraRecordReporter
Link copied to clipboard
FlightLogReporter
Link copied to clipboard
FirmwareManager
Link copied to clipboard