DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
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
15
16PYBIND11_MODULE(_daq_fddetdataformats_py, m)
17{
18
19 m.doc() = "C++ implementation of the fddetdataformats modules";
20
21 register_wib(m);
27 register_tde(m);
29}
30
31} // namespace dunedaq::fddetdataformats::python
void register_wib2(pybind11::module &)
void register_daphneethstream(py::module &m)
PYBIND11_MODULE(_daq_fddetdataformats_py, m)
Definition module.cpp:16
void register_tdeeth(pybind11::module &)
void register_daphne(py::module &m)
Definition daphne.cpp:22
void register_wibeth(pybind11::module &)
void register_daphneeth(py::module &m)
Definition daphneeth.cpp:21
void register_tde(pybind11::module &)
void register_wib(pybind11::module &)