Prune dead timestamp fields from aircraft state.
This commit is contained in:
parent
474fe45256
commit
686d433b1f
2 changed files with 0 additions and 4 deletions
2
track.h
2
track.h
|
|
@ -67,8 +67,6 @@ struct aircraft {
|
|||
int vert_rate; // Vertical rate.
|
||||
time_t seen; // Time at which the last packet was received
|
||||
time_t seenLatLon; // Time at which the last lat long was calculated
|
||||
uint64_t timestamp; // Timestamp at which the last packet was received
|
||||
uint64_t timestampLatLon;// Timestamp at which the last lat long was calculated
|
||||
long messages; // Number of Mode S messages received
|
||||
int modeA; // Squawk
|
||||
int modeC; // Altitude
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue