more debug msgs. adjusts on streamer and assembler to work with frame_index instead of pulse_id.

This commit is contained in:
2021-02-19 18:16:34 +01:00
parent dda2f9610e
commit 7db438671c
11 changed files with 112 additions and 48 deletions
+9
View File
@@ -13,6 +13,15 @@ StreamStats::StreamStats(
stream_name_(stream_name),
stats_modulo_(stats_modulo)
{
#ifdef DEBUG_OUTPUT
using namespace date;
cout << " [" << std::chrono::system_clock::now();
cout << "] [StreamStats::StreamStats] ";
cout << " detector_name: " << detector_name_;
cout << " || stream_name: " << stream_name;
cout << " || stats_modulo: " << stats_modulo;
cout << endl;
#endif
reset_counters();
}