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