From d33cf25a95afcc734006e8a2b687b370640c8d6a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 4 Jun 2021 16:51:36 +0200 Subject: [PATCH] wip --- slsDetectorServers/eigerDetectorServer/FebControl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slsDetectorServers/eigerDetectorServer/FebControl.h b/slsDetectorServers/eigerDetectorServer/FebControl.h index 03a1a76b7..9d4e9e6af 100644 --- a/slsDetectorServers/eigerDetectorServer/FebControl.h +++ b/slsDetectorServers/eigerDetectorServer/FebControl.h @@ -55,8 +55,7 @@ int Feb_Control_PrepareForAcquisition(); void Feb_Control_PrintAcquisitionSetup(); int Feb_Control_StartAcquisition(); int Feb_Control_StopAcquisition(); -int Feb_Control_GetExposureToggle(int *toggle, int *exposure); -int Feb_Control_GetExposureStatus(int *status); +int Feb_Control_GetExposureStatus(int *toggle, int *exposure); int Feb_Control_SendSoftwareTrigger(); int Feb_Control_SoftwareTrigger(int block);