mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Mission: add accessor for in_landing_flag()
This commit is contained in:
parent
f364dc933d
commit
043a3ba06e
@ -529,6 +529,11 @@ public:
|
||||
_flags.in_landing_sequence = flag;
|
||||
}
|
||||
|
||||
// get in_landing_sequence flag
|
||||
bool get_in_landing_sequence_flag() const {
|
||||
return _flags.in_landing_sequence;
|
||||
}
|
||||
|
||||
// force mission to resume when start_or_resume() is called
|
||||
void set_force_resume(bool force_resume)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user