DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
hdf5libs
pybindsrc
module.cpp
Go to the documentation of this file.
1
9
#include <pybind11/pybind11.h>
10
#include <pybind11/stl.h>
11
12
namespace
py = pybind11;
13
14
namespace
dunedaq
{
15
namespace
hdf5libs
{
16
namespace
python {
17
18
extern
void
19
register_hdf5rawdatafile
(py::module&);
20
21
PYBIND11_MODULE
(_daq_hdf5libs_py, m)
22
{
23
24
m.doc() =
"c++ implementation of the dunedaq hdf5libs modules"
;
// optional module docstring
25
26
register_hdf5rawdatafile
(m);
27
}
28
29
}
// namespace python
30
}
// namespace hdf5libs
31
}
// namespace dunedaq
dunedaq::hdf5libs::python::register_hdf5rawdatafile
void register_hdf5rawdatafile(py::module &m)
Definition
hdf5rawdatafile.cpp:24
dunedaq::hdf5libs::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_hdf5libs_py, m)
Definition
module.cpp:21
dunedaq
Including Qt Headers.
Definition
TimingController.hxx:1
hdf5libs
Definition
__init__.py:1
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0