Make faup1090 emit some interesting messages when they occur.
This commit is contained in:
parent
54ca2c7fb2
commit
954034855a
3 changed files with 88 additions and 0 deletions
3
track.h
3
track.h
|
|
@ -145,6 +145,9 @@ struct aircraft {
|
|||
int fatsv_emitted_speed_ias; // -"- IAS
|
||||
int fatsv_emitted_speed_tas; // -"- TAS
|
||||
airground_t fatsv_emitted_airground; // -"- air/ground state
|
||||
unsigned char fatsv_emitted_bds_10[7]; // -"- BDS 1,0 message
|
||||
unsigned char fatsv_emitted_bds_30[7]; // -"- BDS 3,0 message
|
||||
unsigned char fatsv_emitted_es_status[7]; // -"- ES operational status message
|
||||
|
||||
uint64_t fatsv_last_emitted; // time (millis) aircraft was last FA emitted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue