DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
registrators.hpp
Go to the documentation of this file.
1
12#ifndef FDDETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
13#define FDDETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
14
15#include <pybind11/pybind11.h>
16
18
19 void register_wib2(pybind11::module&);
20 void register_wibeth(pybind11::module&);
21 void register_wib(pybind11::module&);
22 void register_daphne(pybind11::module&);
23 void register_tde(pybind11::module&);
24 void register_tdeeth(pybind11::module&);
25}
26
27#endif // FDDETDATAFORMATS_PYBINDSRC_REGISTRATORS_HPP_
void register_wib2(pybind11::module &)
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 &)