DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
fddetdataformats
pybindsrc
module.cpp
Go to the documentation of this file.
1
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
PYBIND11_MODULE
(_daq_fddetdataformats_py, m)
19
{
20
21
m.doc() =
"C++ implementation of the fddetdataformats modules"
;
22
23
register_wib
(m);
24
register_wib2
(m);
25
register_wibeth
(m);
26
register_daphne
(m);
27
register_tde
(m);
28
register_tdeeth
(m);
29
}
30
31
}
// namespace dunedaq::fddetdataformats::python
registrators.hpp
dunedaq::fddetdataformats::python
Definition
daphne.cpp:17
dunedaq::fddetdataformats::python::register_wib2
void register_wib2(pybind11::module &)
dunedaq::fddetdataformats::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_fddetdataformats_py, m)
Definition
module.cpp:18
dunedaq::fddetdataformats::python::register_tdeeth
void register_tdeeth(pybind11::module &)
dunedaq::fddetdataformats::python::register_daphne
void register_daphne(py::module &m)
Definition
daphne.cpp:20
dunedaq::fddetdataformats::python::register_wibeth
void register_wibeth(pybind11::module &)
dunedaq::fddetdataformats::python::register_tde
void register_tde(pybind11::module &)
dunedaq::fddetdataformats::python::register_wib
void register_wib(pybind11::module &)
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0