ArduSub: get MAV_STATE_BOOT on reboot
[ardupilot.git] / ArduPlane / AP_ExternalControl_Plane.h
blob71308780d55fdb22776cab594a8698f0dc5d1060
2 /*
3 external control library for plane
4 */
5 #pragma once
7 #include <AP_ExternalControl/AP_ExternalControl.h>
9 #if AP_EXTERNAL_CONTROL_ENABLED
11 #include <AP_Common/Location.h>
13 class AP_ExternalControl_Plane : public AP_ExternalControl {
14 public:
16 Sets the target global position for a loiter point.
18 bool set_global_position(const Location& loc) override WARN_IF_UNUSED;
21 #endif // AP_EXTERNAL_CONTROL_ENABLED