Bug #2645
DAQDataFormats Issues
60%
Description
Current issues on DAQDataFormats (with versioning)
1. unittests do not compile
2. LOTS of warnings when compiling with optimization option turned on or with the cross-compiler. Warnings are something about redefining boost::function
3. several warnings when compiling in Offline about hiding RawDAQData::copy(const RawDAQData&) for MicroSlice and other formats that redefine copy method
4. Move PRINT_ON_DEBUG to Message Facility LOG function... Stil thinking about it. I don't know if we want to flood Message facility with unwanted messages... Maybe use Trace package instead?
History
#1 Updated by Denis Perevalov over 7 years ago
- % Done changed from 0 to 60
Some progress made
1. Unitests now compile
2. Warnings appear to be the issue with the Boost library, which supposedly was fixed. We need to try to update to the latest version of Boost.
3. Is done