mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-26 22:21:18 +01:00
updated python bindings
This commit is contained in:
@@ -1852,6 +1852,10 @@ void init_det(py::module &m) {
|
||||
(bool (Detector::*)(sls::BitAddress) const) &
|
||||
Detector::hasBitDefinition,
|
||||
py::arg());
|
||||
CppDetectorApi.def("toRegisterNameBitString",
|
||||
(std::string(Detector::*)(sls::BitAddress) const) &
|
||||
Detector::toRegisterNameBitString,
|
||||
py::arg());
|
||||
CppDetectorApi.def(
|
||||
"getBitDefinitionAddress",
|
||||
(sls::BitAddress(Detector::*)(const std::string &) const) &
|
||||
|
||||
Reference in New Issue
Block a user