mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 21:28:40 +01:00
send back the result of the SPI write (#1387)
All checks were successful
Build on RHEL9 / build (push) Successful in 3m21s
Build on RHEL8 / build (push) Successful in 4m47s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m39s
Build on local RHEL9 / build (push) Successful in 1m25s
Run Simulator Tests on local RHEL8 / build (push) Successful in 16m57s
Build on local RHEL8 / build (push) Successful in 3m32s
All checks were successful
Build on RHEL9 / build (push) Successful in 3m21s
Build on RHEL8 / build (push) Successful in 4m47s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m39s
Build on local RHEL9 / build (push) Successful in 1m25s
Run Simulator Tests on local RHEL8 / build (push) Successful in 16m57s
Build on local RHEL8 / build (push) Successful in 3m32s
This commit is contained in:
@@ -2206,8 +2206,8 @@ void init_det(py::module &m) {
|
||||
py::arg() = Positions{});
|
||||
CppDetectorApi.def(
|
||||
"writeSpi",
|
||||
(void (Detector::*)(int, int, const std::vector<uint8_t> &,
|
||||
sls::Positions)) &
|
||||
(Result<std::vector<uint8_t>>(Detector::*)(
|
||||
int, int, const std::vector<uint8_t> &, sls::Positions)) &
|
||||
Detector::writeSpi,
|
||||
py::arg(), py::arg(), py::arg(), py::arg() = Positions{});
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user