|
|
@ -16,18 +16,21 @@ const AP_Param::GroupInfo AP_Stats::var_info[] = { |
|
|
|
// @Param: _FLTTIME
|
|
|
|
// @Param: _FLTTIME
|
|
|
|
// @DisplayName: Total FlightTime
|
|
|
|
// @DisplayName: Total FlightTime
|
|
|
|
// @Description: Total FlightTime (seconds)
|
|
|
|
// @Description: Total FlightTime (seconds)
|
|
|
|
|
|
|
|
// @Units: seconds
|
|
|
|
// @User: Standard
|
|
|
|
// @User: Standard
|
|
|
|
AP_GROUPINFO("_FLTTIME", 1, AP_Stats, params.flttime, 0), |
|
|
|
AP_GROUPINFO("_FLTTIME", 1, AP_Stats, params.flttime, 0), |
|
|
|
|
|
|
|
|
|
|
|
// @Param: _RUNTIME
|
|
|
|
// @Param: _RUNTIME
|
|
|
|
// @DisplayName: Total RunTime
|
|
|
|
// @DisplayName: Total RunTime
|
|
|
|
// @Description: Total time autopilot has run
|
|
|
|
// @Description: Total time autopilot has run
|
|
|
|
|
|
|
|
// @Units: seconds
|
|
|
|
// @User: Standard
|
|
|
|
// @User: Standard
|
|
|
|
AP_GROUPINFO("_RUNTIME", 2, AP_Stats, params.runtime, 0), |
|
|
|
AP_GROUPINFO("_RUNTIME", 2, AP_Stats, params.runtime, 0), |
|
|
|
|
|
|
|
|
|
|
|
// @Param: _RESET
|
|
|
|
// @Param: _RESET
|
|
|
|
// @DisplayName: Reset time
|
|
|
|
// @DisplayName: Reset time
|
|
|
|
// @Description: Seconds since January 1st 2016 (Unix epoch+1451606400) since reset (set to 0 to reset statistics)
|
|
|
|
// @Description: Seconds since January 1st 2016 (Unix epoch+1451606400) since reset (set to 0 to reset statistics)
|
|
|
|
|
|
|
|
// @Units: seconds
|
|
|
|
// @User: Standard
|
|
|
|
// @User: Standard
|
|
|
|
AP_GROUPINFO("_RESET", 3, AP_Stats, params.reset, 1), |
|
|
|
AP_GROUPINFO("_RESET", 3, AP_Stats, params.reset, 1), |
|
|
|
|
|
|
|
|
|
|
|