|
|
|
@ -570,6 +570,13 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
@@ -570,6 +570,13 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|
|
|
|
// @Path: ../libraries/AP_Stats/AP_Stats.cpp
|
|
|
|
|
AP_SUBGROUPINFO(stats, "STAT", 1, ParametersG2, AP_Stats), |
|
|
|
|
|
|
|
|
|
// @Group: SYSID_ENFORCE
|
|
|
|
|
// @DisplayName: GCS sysid enforcement
|
|
|
|
|
// @Description: This controls whether packets from other than the expected GCS system ID will be accepted
|
|
|
|
|
// @Values: 0:NotEnforced,1:Enforced
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
AP_GROUPINFO("SYSID_ENFORCE", 2, ParametersG2, sysid_enforce, 0), |
|
|
|
|
|
|
|
|
|
AP_GROUPEND |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|