Track what data we got via TIS-B, report it as such.
This commit is contained in:
parent
1170ed9620
commit
d9eec668cf
5 changed files with 56 additions and 21 deletions
1
track.h
1
track.h
|
|
@ -78,6 +78,7 @@ struct aircraft {
|
|||
uint64_t seenTrack; // Time (millis) at which track was measured
|
||||
|
||||
int mlatFlags; // Data derived from mlat messages
|
||||
int tisbFlags; // Data derived from TIS-B messages
|
||||
|
||||
long messages; // Number of Mode S messages received
|
||||
int modeA; // Squawk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue