DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
daqdataformats
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
{
15
namespace
daqdataformats
{
16
namespace
python {
17
18
extern
void
19
register_sourceid
(py::module&);
20
extern
void
21
register_fragment
(py::module&);
22
extern
void
23
register_component_request
(py::module&);
24
extern
void
25
register_trigger_record
(py::module&);
26
extern
void
27
register_timeslice
(py::module&);
28
29
PYBIND11_MODULE
(_daq_daqdataformats_py, m)
30
{
31
32
m.doc() =
"c++ implementation of the dunedaq daqdataformats modules"
;
// optional module docstring
33
34
register_sourceid
(m);
35
register_fragment
(m);
36
register_component_request
(m);
37
register_trigger_record
(m);
38
register_timeslice
(m);
39
}
40
41
}
// namespace python
42
}
// namespace daqdataformats
43
}
// namespace dunedaq
daqdataformats
Definition
__init__.py:1
dunedaq::daqdataformats::python::register_fragment
void register_fragment(py::module &m)
Definition
fragment.cpp:23
dunedaq::daqdataformats::python::register_trigger_record
void register_trigger_record(py::module &)
Definition
trigger_record.cpp:25
dunedaq::daqdataformats::python::PYBIND11_MODULE
PYBIND11_MODULE(_daq_daqdataformats_py, m)
Definition
module.cpp:29
dunedaq::daqdataformats::python::register_timeslice
void register_timeslice(py::module &)
Definition
time_slice.cpp:25
dunedaq::daqdataformats::python::register_component_request
void register_component_request(py::module &m)
Definition
component_request.cpp:21
dunedaq::daqdataformats::python::register_sourceid
void register_sourceid(py::module &)
Definition
sourceid.cpp:22
dunedaq
Including Qt Headers.
Definition
TimingController.hxx:1
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0