Add gva / sda to tracking state
This commit is contained in:
parent
f1036702ce
commit
5cdf9157db
2
track.h
2
track.h
|
@ -200,6 +200,8 @@ struct aircraft {
|
||||||
unsigned nac_v : 3; // NACv from airborne velocity or opstatus
|
unsigned nac_v : 3; // NACv from airborne velocity or opstatus
|
||||||
unsigned sil : 2; // SIL from TSS or opstatus
|
unsigned sil : 2; // SIL from TSS or opstatus
|
||||||
sil_type_t sil_type; // SIL supplement 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 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?
|
int modeC_hit; // did our altitude match a possible mode C reply in the last check period?
|
||||||
|
|
Loading…
Reference in a new issue