From 513e033a454c4ec30a6594eb71f8735c144d4514 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 23 Mar 2012 11:18:07 +0000 Subject: [PATCH] now the read/reset counter block and loadimage for gotthard works git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@161 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/commonFiles/sls_detector_defs.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/commonFiles/sls_detector_defs.h b/slsDetectorSoftware/commonFiles/sls_detector_defs.h index 584b95bdd..4d7f31530 100755 --- a/slsDetectorSoftware/commonFiles/sls_detector_defs.h +++ b/slsDetectorSoftware/commonFiles/sls_detector_defs.h @@ -437,11 +437,12 @@ enum synchronizationMode { }; enum imageType { - DARK_IMAGE, /**< dark image */ + DARK_IMAGE, /**< dark image */ GAIN_IMAGE /**< gain image */ }; + /** function indexes to call on the server @@ -541,8 +542,13 @@ enum { F_SET_MASTER, /**< sets master/slave flag for multi detector structures */ - F_SET_SYNCHRONIZATION_MODE /**< sets master/slave synchronization mode for multidetector structures */ + F_SET_SYNCHRONIZATION_MODE, /**< sets master/slave synchronization mode for multidetector structures */ + // not multi detector + + F_READ_COUNTER_BLOCK, /**< reads counter memory block for the Gotthard detector */ + + F_RESET_COUNTER_BLOCK /**< resets counter memory block for the Gotthard detector */ /* Always append functions hereafter!!! */