| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : /** 2 : * @file DummyModule.cpp DummyModule class implementation. Contains only macro call needed to create C entry point for 3 : * dynamic loading. 4 : * 5 : * This is part of the DUNE DAQ Application Framework, copyright 2020. 6 : * Licensing/copyright details are in the COPYING file that you should have 7 : * received with this code. 8 : */ 9 : 10 : #include "DummyModule.hpp" 11 : 12 20 : DEFINE_DUNE_DAQ_MODULE(dunedaq::appfwk::DummyModule) |
| Generated by: LCOV version 2.0-1 |