mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 03:22:43 +02:00
Add device_name to output log
This commit is contained in:
@@ -111,7 +111,8 @@ int main (int argc, char *argv[]) {
|
||||
n_missed_frames += (pulse_id - last_pulse_id) - 1;
|
||||
|
||||
if (n_stat_out == 500) {
|
||||
cout << "pulse_id " << pulse_id;
|
||||
cout << "device_name " << device_name;
|
||||
cout << " pulse_id " << pulse_id;
|
||||
cout << " n_missed_frames " << n_missed_frames;
|
||||
cout << " f_with_miss_p " << n_frames_with_missing_packets;
|
||||
cout << endl;
|
||||
|
||||
Reference in New Issue
Block a user