Orion
high-rate readout
|
Pybinding for itkpix-cmd interfaces. More...
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <pybind11/functional.h>
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... | |
Pybinding for itkpix-cmd interfaces.
auto itk::itkpix::cmd::pybindCommandCallback | ( | py::module_ & | m | ) |
Pybinding template for CommandCallback.
Registering python class "CommandCallback".
T | - CommandCallback implementation. |
m | - python module |
auto itk::itkpix::cmd::pybindCommandDecoder | ( | py::module_ & | m | ) |
Pybinding template for CommandDecoder.
Registering python class "CommandDecoder".
T | - CommandCallback implementation. |
m | - python module |