added the print temp losses

This commit is contained in:
Dhanya Maliakal
2016-11-08 16:03:44 +01:00
parent 7b2be5b009
commit 9b9876e287
2 changed files with 48 additions and 14 deletions

View File

@@ -624,7 +624,10 @@ private:
/** Previous Frame number from buffer to calculate loss */
int64_t frameNumberInPreviousFile[MAX_NUMBER_OF_WRITER_THREADS];
/** Previous Frame number from last check to calculate loss */
int64_t frameNumberInPreviousCheck[MAX_NUMBER_OF_WRITER_THREADS];
/** total packet count from last check */
int64_t totalWritingPacketCountFromLastCheck[MAX_NUMBER_OF_WRITER_THREADS];
/* Acquisition started */