Add gva / sda to tracking state

This commit is contained in:
Oliver Jowett 2018-02-22 07:45:00 +00:00
parent f1036702ce
commit 5cdf9157db

View file

@ -200,6 +200,8 @@ struct aircraft {
unsigned nac_v : 3; // NACv from airborne velocity or opstatus
unsigned sil : 2; // SIL from TSS or opstatus
sil_type_t sil_type; // SIL supplement from TSS or opstatus
unsigned gva : 2; // GVA from opstatus
unsigned sda : 2; // SDA from opstatus
int modeA_hit; // did our squawk match a possible mode A reply in the last check period?
int modeC_hit; // did our altitude match a possible mode C reply in the last check period?