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