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

Functions

 PYBIND11_MODULE (_daq_trgtools_py, m)
 

Function Documentation

◆ PYBIND11_MODULE()

dunedaq::trgtools::python::PYBIND11_MODULE ( _daq_trgtools_py ,
m  )

Definition at line 18 of file module.cpp.

19{
20
21 m.doc() = "C++ implementation of the trgtools 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
26 // register_renameme(m);
27}