LCOV - code coverage report
Current view: top level - fddetdataformats/pybindsrc - module.cpp (source / functions) Coverage Total Hit
Test: code.result Lines: 0.0 % 11 0
Test Date: 2025-12-21 13:07:08 Functions: 0.0 % 2 0

            Line data    Source code
       1              : /**
       2              :  * @file module.cpp
       3              :  *
       4              :  * This is part of the DUNE DAQ Software Suite, copyright 2020.
       5              :  * Licensing/copyright details are in the COPYING file that you should have
       6              :  * received with this code.
       7              :  */
       8              : 
       9              : #include "registrators.hpp"
      10              : 
      11              : #include "pybind11/pybind11.h"
      12              : #include "pybind11/stl.h"
      13              : 
      14              : namespace py = pybind11;
      15              : 
      16              : namespace dunedaq::fddetdataformats::python {
      17              : 
      18            0 : PYBIND11_MODULE(_daq_fddetdataformats_py, m)
      19              : {
      20              : 
      21            0 :   m.doc() = "C++ implementation of the fddetdataformats modules";
      22              : 
      23            0 :   register_wib(m);
      24            0 :   register_wib2(m);
      25            0 :   register_wibeth(m);
      26            0 :   register_daphne(m);
      27            0 :   register_daphneeth(m);
      28            0 :   register_daphneethstream(m);
      29            0 :   register_tde(m);
      30            0 :   register_tdeeth(m);
      31            0 : }
      32              : 
      33              : } // namespace dunedaq::fddetdataformats::python
        

Generated by: LCOV version 2.0-1