class HotpointMissionState
@EXClassNullAway class HotpointMissionState extends MissionState
|
Package: | dji.common.mission.hotpoint |
Inherits From: | MissionState |
Description:
States of HotpointMissionOperator
.
Class Members:
Members
final UNKNOWN
static final HotpointMissionState UNKNOWN = new HotpointMissionState("UNKNOWN")
|
Package: | dji.common.mission.hotpoint |
Description:
The state of the operator is unknown. This is the initial state when the operator has just been created.
final DISCONNECTED
static final HotpointMissionState DISCONNECTED = new HotpointMissionState("DISCONNECTED")
|
Package: | dji.common.mission.hotpoint |
Description:
The connection between the mobile device and aircraft is broken.
final RECOVERING
static final HotpointMissionState RECOVERING = new HotpointMissionState("RECOVERING")
|
Package: | dji.common.mission.hotpoint |
Description:
The connection between the mobile device and aircraft is recovering. At this time, the operator is synchronizing the state from the aircraft.
final NOT_SUPPORTED
static final HotpointMissionState NOT_SUPPORTED = new HotpointMissionState("NOT_SUPPORTED")
|
Package: | dji.common.mission.hotpoint |
Description:
The connected product does not support Hotpoint mission.
final READY_TO_EXECUTE
static final HotpointMissionState READY_TO_EXECUTE = new HotpointMissionState("READY_TO_EXECUTE")
|
Package: | dji.common.mission.hotpoint |
Description:
Mission is uploaded completely and the aircraft is ready to start the execution.
final INITIAL_PHASE
static final HotpointMissionState INITIAL_PHASE = new HotpointMissionState("INITIAL_PHASE")
|
Package: | dji.common.mission.hotpoint |
Description:
The aircraft is moving towards the start point of the Hotpoint mission.
final EXECUTING
static final HotpointMissionState EXECUTING = new HotpointMissionState("EXECUTING")
|
Package: | dji.common.mission.hotpoint |
Description:
The execution is started successfully.
final EXECUTION_PAUSED
static final HotpointMissionState EXECUTION_PAUSED = new HotpointMissionState("EXECUTION_PAUSED")
|
Package: | dji.common.mission.hotpoint |
Description:
Hotpoint mission is paused successfully. User can call resume
to continue the execution.