Orion
high-rate readout
Functions
pybind.hpp File Reference

Pybinding for itkpix-cmd 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::cmd::pybindCommandCallback (py::module_ &m)
 Pybinding template for CommandCallback. More...
 
template<typename T >
auto itk::itkpix::cmd::pybindCommandDecoder (py::module_ &m)
 Pybinding template for CommandDecoder. More...
 

Detailed Description

Pybinding for itkpix-cmd interfaces.

Function Documentation

◆ pybindCommandCallback()

template<typename T >
auto itk::itkpix::cmd::pybindCommandCallback ( py::module_ &  m)

Pybinding template for CommandCallback.

Registering python class "CommandCallback".

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

◆ pybindCommandDecoder()

template<typename T >
auto itk::itkpix::cmd::pybindCommandDecoder ( py::module_ &  m)

Pybinding template for CommandDecoder.

Registering python class "CommandDecoder".

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