DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::tpglibs::python Namespace Reference

Functions

 PYBIND11_MODULE (_daq_tpglibs_py, m)
 
void register_renameme (py::module &m)
 
void register_renameme (pybind11::module &)
 

Function Documentation

◆ PYBIND11_MODULE()

dunedaq::tpglibs::python::PYBIND11_MODULE ( _daq_tpglibs_py ,
m  )

Definition at line 18 of file module.cpp.

19{
20
21 m.doc() = "C++ implementation of the tpglibs 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
27}
void register_renameme(py::module &m)

◆ register_renameme() [1/2]

void dunedaq::tpglibs::python::register_renameme ( py::module & m)

Definition at line 17 of file pythonbindingsrenameme.cpp.

18{}

◆ register_renameme() [2/2]

void dunedaq::tpglibs::python::register_renameme ( pybind11::module & )