mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
missed the rx_zmqip implementations in detector.h and python bindings (#975)
This commit is contained in:
@ -1039,15 +1039,6 @@ void init_det(py::module &m) {
|
||||
(void (Detector::*)(uint16_t, int)) &
|
||||
Detector::setRxZmqPort,
|
||||
py::arg(), py::arg() = -1);
|
||||
CppDetectorApi.def(
|
||||
"getRxZmqIP",
|
||||
(Result<sls::IpAddr>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getRxZmqIP,
|
||||
py::arg() = Positions{});
|
||||
CppDetectorApi.def("setRxZmqIP",
|
||||
(void (Detector::*)(const sls::IpAddr, sls::Positions)) &
|
||||
Detector::setRxZmqIP,
|
||||
py::arg(), py::arg() = Positions{});
|
||||
CppDetectorApi.def("getClientZmqPort",
|
||||
(Result<uint16_t>(Detector::*)(sls::Positions) const) &
|
||||
Detector::getClientZmqPort,
|
||||
|
Reference in New Issue
Block a user