DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
module.cpp
Go to the documentation of this file.
1
9#include "pybind11/pybind11.h"
10#include "pybind11/stl.h"
11
12namespace py = pybind11;
13
15
16extern void
18
19PYBIND11_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
28}
29
30} // namespace dunedaq::hermesmodules::python
PYBIND11_MODULE(_daq_hermesmodules_py, m)
Definition module.cpp:19
void register_hermescorecontroller(py::module &m)