]> git.mxchange.org Git - flightgear.git/commitdiff
Update the ugear health structure to match the microgear code.
authorcurt <curt>
Mon, 19 Feb 2007 22:52:52 +0000 (22:52 +0000)
committercurt <curt>
Mon, 19 Feb 2007 22:52:52 +0000 (22:52 +0000)
utils/GPSsmooth/UGear.hxx

index b25f8e246cdbe9d0022336bdb0afedb342248a39..0cba24636199e3c7e773cf4c26915ec02b7bcedb 100644 (file)
@@ -67,6 +67,9 @@ struct health {
     float volts_raw;            /* raw volt reading */
     float volts;                /* filtered volts */
     uint16_t est_seconds;       /* estimated useful seconds remaining */
+    uint8_t loadavg;            /* system "1 minute" load average */
+    uint8_t ahrs_hz;            /* actual ahrs loop hz */
+    uint8_t nav_hz;             /* actual nav loop hz */
     double time;
 };