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