DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
tdemodules
pybindsrc
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
14
namespace
py = pybind11;
15
16
namespace
dunedaq::tdemodules::python
{
17
18
PYBIND11_MODULE
(_daq_tdemodules_py, m)
19
{
20
21
m.doc() =
"C++ implementation of the tdemodules modules"
;
22
23
// You'd want to change renameme to the name of a function which
24
// you'd like to have a python binding to
25
26
register_amc
(m);
27
}
28
29
}
// namespace dunedaq::tdemodules::python
dunedaq::tdemodules::python
Definition
amc.cpp:16
dunedaq::tdemodules::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_tdemodules_py, m)
Definition
module.cpp:18
dunedaq::tdemodules::python::register_amc
void register_amc(py::module &m)
Definition
amc.cpp:19
registrators.hpp
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0