|
|
|
@ -133,6 +133,9 @@ protected:
@@ -133,6 +133,9 @@ protected:
|
|
|
|
|
bool servo_checks(bool report) const; |
|
|
|
|
bool rc_checks_copter_sub(bool display_failure, const RC_Channel *channels[4]) const; |
|
|
|
|
|
|
|
|
|
// mandatory checks that cannot be bypassed. This function will only be called if ARMING_CHECK is zero or arming forced
|
|
|
|
|
virtual bool mandatory_checks(bool report) { return true; } |
|
|
|
|
|
|
|
|
|
// returns true if a particular check is enabled
|
|
|
|
|
bool check_enabled(const enum AP_Arming::ArmingChecks check) const; |
|
|
|
|
// returns a mavlink severity which should be used if a specific check fails
|
|
|
|
|