minor changes (#429)

Various small changes to the data processor
This commit is contained in:
Erik Fröjdh
2022-04-07 14:39:26 +02:00
committed by GitHub
parent 62418c1316
commit e9dc3d8c38
3 changed files with 21 additions and 28 deletions

View File

@ -155,7 +155,7 @@ class DataProcessor : private virtual slsDetectorDefs, public ThreadObject {
uint32_t *streamingTimerInMs_;
uint32_t *streamingStartFnum_;
uint32_t currentFreqCount_{0};
struct timespec timerbegin_;
struct timespec timerbegin_{};
bool *framePadding_;
std::vector<int> *ctbDbitList_;
int *ctbDbitOffset_;