last frame number caught added to log

This commit is contained in:
Dhanya Maliakal
2016-07-12 16:21:50 +02:00
parent 79e3cdd183
commit 3fd3a5dc10
2 changed files with 11 additions and 2 deletions

View File

@ -542,6 +542,9 @@ private:
/** Previous Frame number from buffer to calculate loss */
int64_t previousFrameNumber;
/** Last Frame Index Listened To */
int32_t lastFrameIndex;
/* Acquisition started */
bool acqStarted;