mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-06-29 18:54:00 +02:00
Merge branch 'developer' into dev/rx_disable_datastream_port
This commit is contained in:
@@ -1099,6 +1099,10 @@ void init_det(py::module &m) {
|
||||
CppDetectorApi.def("setRxZmqHwm",
|
||||
(void (Detector::*)(const int)) & Detector::setRxZmqHwm,
|
||||
py::arg());
|
||||
CppDetectorApi.def("streamRxDummyHeader",
|
||||
(void (Detector::*)(sls::Positions) const) &
|
||||
Detector::streamRxDummyHeader,
|
||||
py::arg() = Positions{});
|
||||
CppDetectorApi.def("getSubExptime",
|
||||
(Result<sls::ns>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getSubExptime,
|
||||
|
||||
Reference in New Issue
Block a user