Add --stats-range
This commit is contained in:
parent
e7e9cecc1a
commit
656df98a76
5 changed files with 99 additions and 1 deletions
|
|
@ -332,6 +332,7 @@ struct { // Internal state
|
|||
int interactive_rows; // Interactive mode: max number of rows
|
||||
uint64_t interactive_display_ttl;// Interactive mode: TTL display
|
||||
uint64_t stats; // Interval (millis) between stats dumps,
|
||||
int stats_range_histo; // Collect/show a range histogram?
|
||||
int onlyaddr; // Print only ICAO addresses
|
||||
int metric; // Use metric units
|
||||
int mlat; // Use Beast ascii format for raw data output, i.e. @...; iso *...;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue