Add stats for number of sample blocks processed and dropped.
This commit is contained in:
parent
10061675de
commit
4fc2697555
2 changed files with 9 additions and 1 deletions
|
|
@ -366,6 +366,9 @@ struct { // Internal state
|
|||
unsigned int stat_DF_Len_Corrected;
|
||||
unsigned int stat_DF_Type_Corrected;
|
||||
unsigned int stat_ModeAC;
|
||||
|
||||
unsigned int stat_blocks_processed;
|
||||
unsigned int stat_blocks_dropped;
|
||||
} Modes;
|
||||
|
||||
// The struct we use to store information about a decoded message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue