GCS_MAVLink: GCS can report simple/supersimple input modes

This commit is contained in:
Peter Barker 2019-03-02 10:27:52 +11:00 committed by Peter Barker
parent 1efc08b54e
commit 3100c8edad
1 changed files with 3 additions and 0 deletions

View File

@ -776,6 +776,9 @@ public:
void get_sensor_status_flags(uint32_t &present, uint32_t &enabled, uint32_t &health);
virtual bool vehicle_initialised() const { return true; }
virtual bool simple_input_active() const { return false; }
virtual bool supersimple_input_active() const { return false; }
protected:
uint32_t control_sensors_present;