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
This commit is contained in:
l_maliakal_d 2012-03-23 11:18:07 +00:00
parent 47312e625c
commit 513e033a45

View File

@ -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!!! */