mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
GCS_MAVLink: GCS can report simple/supersimple input modes
This commit is contained in:
parent
1efc08b54e
commit
3100c8edad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user