mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AntennaTracker: move sysid_my_gcs to be public
This commit is contained in:
parent
5a336c988a
commit
622d0066fb
@ -9,6 +9,8 @@ public:
|
|||||||
|
|
||||||
using GCS_MAVLINK::GCS_MAVLINK;
|
using GCS_MAVLINK::GCS_MAVLINK;
|
||||||
|
|
||||||
|
uint8_t sysid_my_gcs() const override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// telem_delay is not used by Tracker but is pure virtual, thus
|
// telem_delay is not used by Tracker but is pure virtual, thus
|
||||||
@ -16,7 +18,6 @@ protected:
|
|||||||
// as currently Tracker may brick XBees
|
// as currently Tracker may brick XBees
|
||||||
uint32_t telem_delay() const override { return 0; }
|
uint32_t telem_delay() const override { return 0; }
|
||||||
|
|
||||||
uint8_t sysid_my_gcs() const override;
|
|
||||||
|
|
||||||
MAV_RESULT handle_command_component_arm_disarm(const mavlink_command_long_t &packet) override;
|
MAV_RESULT handle_command_component_arm_disarm(const mavlink_command_long_t &packet) override;
|
||||||
MAV_RESULT _handle_command_preflight_calibration_baro(const mavlink_message_t &msg) override;
|
MAV_RESULT _handle_command_preflight_calibration_baro(const mavlink_message_t &msg) override;
|
||||||
|
Loading…
Reference in New Issue
Block a user