DUNE-DAQ / readout

This package contains Upstream DAQ Readout specific software and utilities, appfwk DAQModules, CCM interface implementations, and software emulators.
2 stars 1 forks source link

Request to make ReadoutIssues.hpp visible from other packages #101

Closed bieryAtFnal closed 3 years ago

bieryAtFnal commented 3 years ago

I already mentioned this to Florian earlier today, and I wanted to file an Issue for completeness...

I'm currently using the readout::BufferedFileWriter in the TPSetWriter module that I'm developing in the dfmodules repo, and I noticed that when I include readout/BufferedFileWriter.hpp, I get a complaint that ReadoutIssues.hpp is not found.

I see that ReadoutIssues.hpp is currently in readout/src, and I suspect that it needs to be moved to readout/include/readout for it to be visible to packages other than readout.

Florian mentioned that he would look into changing this. Thanks in advance for this help, Kurt

roland-sipos commented 3 years ago

Hi Kurt,

Florian did move it in: https://github.com/DUNE-DAQ/readout/pull/102

Cheers