Orion
high-rate readout
Functions
pybind.hpp File Reference

Pybinding for itkpix-emu interfaces. More...

#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <pybind11/functional.h>
Include dependency graph for pybind.hpp:

Go to the source code of this file.

Functions

template<typename T >
auto itk::itkpix::emu::pybindEmulator (py::module_ &m, const char *name="Emulator")
 Pybinding template for Emulator. More...
 

Detailed Description

Pybinding for itkpix-emu interfaces.

Function Documentation

◆ pybindEmulator()

template<typename T >
auto itk::itkpix::emu::pybindEmulator ( py::module_ &  m,
const char *  name = "Emulator" 
)

Pybinding template for Emulator.

Registering python class "Emulator".

Template Parameters
T- Emulator implementation.
Parameters
m- python module
Returns
registered class