Update NAC displays. Add RC

This commit is contained in:
James Wilson 2018-08-02 13:04:44 -05:00
parent 12151ed8f5
commit ea7a2c1c09
4 changed files with 67 additions and 12 deletions

View file

@ -29,6 +29,7 @@ function PlaneObject(icao) {
this.nav_heading = null;
this.nav_modes = null;
this.nav_qnh = null;
this.rc = null;
this.nac_p = null;
this.nac_v = null;
@ -446,7 +447,7 @@ PlaneObject.prototype.updateData = function(receiver_timestamp, data) {
"track_rate", "mag_heading", "true_heading", "mach",
"roll", "nav_altitude", "nav_heading", "nav_modes",
"nac_p", "nac_v", "nic_baro", "sil_type", "sil",
"nav_qnh", "baro_rate", "geom_rate",
"nav_qnh", "baro_rate", "geom_rate", "rc",
"squawk", "category", "version"];
for (var i = 0; i < fields.length; ++i) {