DUNE-DAQ
DUNE Trigger and Data Acquisition software
Toggle main menu visibility
Loading...
Searching...
No Matches
dunedaq
sourcecode
fddetdataformats
pybindsrc
module.cpp
Go to the documentation of this file.
1
8
9
#include "
registrators.hpp
"
10
11
#include "pybind11/pybind11.h"
12
#include "pybind11/stl.h"
13
14
namespace
dunedaq::fddetdataformats::python
{
15
16
PYBIND11_MODULE
(_daq_fddetdataformats_py, m)
17
{
18
19
m.doc() =
"C++ implementation of the fddetdataformats modules"
;
20
21
register_wibeth
(m);
22
register_daphne
(m);
23
register_daphnestream
(m);
24
register_daphneeth
(m);
25
register_daphneethstream
(m);
26
register_tdeeth
(m);
27
}
28
29
}
// namespace dunedaq::fddetdataformats::python
registrators.hpp
dunedaq::fddetdataformats::python
Definition
daphne.cpp:16
dunedaq::fddetdataformats::python::register_daphneethstream
void register_daphneethstream(py::module &m)
Definition
daphneethstream.cpp:21
dunedaq::fddetdataformats::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_fddetdataformats_py, m)
Definition
module.cpp:16
dunedaq::fddetdataformats::python::register_tdeeth
void register_tdeeth(pybind11::module &)
dunedaq::fddetdataformats::python::register_daphne
void register_daphne(py::module &m)
Definition
daphne.cpp:21
dunedaq::fddetdataformats::python::register_daphnestream
void register_daphnestream(py::module &m)
Definition
daphnestream.cpp:21
dunedaq::fddetdataformats::python::register_wibeth
void register_wibeth(pybind11::module &)
dunedaq::fddetdataformats::python::register_daphneeth
void register_daphneeth(py::module &m)
Definition
daphneeth.cpp:21
Generated on
for DUNE-DAQ by
1.17.0