mirror of https://github.com/ArduPilot/ardupilot
Tools: use virtual method for GCS_MAVLink::handle_message
use more appropriate naming for the method.
This commit is contained in:
parent
03fe367459
commit
113ada0524
|
@ -29,7 +29,6 @@ public:
|
||||||
private:
|
private:
|
||||||
|
|
||||||
uint32_t telem_delay() const override { return 0; }
|
uint32_t telem_delay() const override { return 0; }
|
||||||
void handleMessage(const mavlink_message_t &msg) override { handle_common_message(msg); }
|
|
||||||
bool handle_guided_request(AP_Mission::Mission_Command &cmd) override { return true; }
|
bool handle_guided_request(AP_Mission::Mission_Command &cmd) override { return true; }
|
||||||
MAV_RESULT handle_preflight_reboot(const mavlink_command_int_t &packet, const mavlink_message_t &msg) override;
|
MAV_RESULT handle_preflight_reboot(const mavlink_command_int_t &packet, const mavlink_message_t &msg) override;
|
||||||
uint8_t sysid_my_gcs() const override;
|
uint8_t sysid_my_gcs() const override;
|
||||||
|
|
Loading…
Reference in New Issue