DUNE-DAQ / timinglibs

0 stars 1 forks source link

Added TRACE message to print out run number associated with TimeSync messages #42

Closed bieryAtFnal closed 2 years ago

bieryAtFnal commented 2 years ago

This PullRequest is for changes related to the addition of a run number, sequence number, and source process PID to TimeSync messages. The run number will be used to ensure that only TimeSync messages from the current run are used, and the sequence number and source_pid fields are included for debugging purposes. (For example, I’ve used the source_pid to verify that only TimeSyncs from Readout App 1 show up in DQM App 1, etc, and that all TimeSync messages show up in the Fake HSI App.)

There are correlated code changes in four repositories for this addition. dfmessages, branch kbiery/TimeSyncRunNumber dqm, branch kbiery/TimeSyncRunNumber readoutlibs, branch kbiery/TimeSyncRunNumber timinglibs, branch kbiery/TimeSyncRunNumber

Reviewer(s), please take a look at the changes and verify that things are working correctly. Once the changes in all four packages have been reviewed, we’ll merge them to the respective develop branches. Thanks!