mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Plane: add missing override keywords in afs
This commit is contained in:
parent
93c33fda1d
commit
515e950a66
@ -30,14 +30,14 @@ public:
|
|||||||
AP_AdvancedFailsafe_Plane(AP_Mission &_mission, const AP_GPS &_gps);
|
AP_AdvancedFailsafe_Plane(AP_Mission &_mission, const AP_GPS &_gps);
|
||||||
|
|
||||||
// called to set all outputs to termination state
|
// called to set all outputs to termination state
|
||||||
void terminate_vehicle(void);
|
void terminate_vehicle(void) override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// setup failsafe values for if FMU firmware stops running
|
// setup failsafe values for if FMU firmware stops running
|
||||||
void setup_IO_failsafe(void);
|
void setup_IO_failsafe(void) override;
|
||||||
|
|
||||||
// return the AFS mapped control mode
|
// return the AFS mapped control mode
|
||||||
enum control_mode afs_mode(void);
|
enum control_mode afs_mode(void) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ADVANCED_FAILSAFE
|
#endif // ADVANCED_FAILSAFE
|
||||||
|
Loading…
Reference in New Issue
Block a user