DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
appmodel
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::appmodel::python
{
15
16
extern
void
17
register_dal_methods
(py::module&);
18
19
PYBIND11_MODULE
(_daq_appmodel_py, m)
20
{
21
22
m.doc() =
"C++ implementation of the application dal modules"
;
23
24
register_dal_methods
(m);
25
}
26
27
}
// namespace dunedaq::appmodel::python
dunedaq::appmodel::python
Definition
dal_methods.cpp:22
dunedaq::appmodel::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_appmodel_py, m)
Definition
module.cpp:19
dunedaq::appmodel::python::register_dal_methods
void register_dal_methods(py::module &m)
Definition
dal_methods.cpp:56
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0