From 92a61d14413d1a2673b9f609a8029c1fd6a03a95 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 20 Feb 2012 10:06:30 +0000 Subject: [PATCH] added the dark/gain image functions and enum git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@124 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/commonFiles/sls_detector_defs.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/commonFiles/sls_detector_defs.h b/slsDetectorSoftware/commonFiles/sls_detector_defs.h index c4d911cc6..075f2d3b8 100755 --- a/slsDetectorSoftware/commonFiles/sls_detector_defs.h +++ b/slsDetectorSoftware/commonFiles/sls_detector_defs.h @@ -429,6 +429,11 @@ enum portType { DATA_PORT /**< data port */ }; +enum image { + DARK_IMAGE, /**< dark image */ + GAIN_IMAGE /**< gain image */ +}; + /** function indexes to call on the server @@ -520,8 +525,10 @@ enum { F_UPDATE_CLIENT, /**< Returns all the important parameters to update the shared memory of the client */ - F_CONFIGURE_MAC /**< Configures MAC for Gotthard readout */ - + F_CONFIGURE_MAC, /**< Configures MAC for Gotthard readout */ + + F_LOAD_IMAGE /**< Loads Dark/Gain image to the Gotthard detector */ + /* Always append functions hereafter!!! */