flatfield directory field added to shared memory - Server works with newest firmware versions

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@22 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2011-01-28 13:24:03 +00:00
parent 9f64dd01d8
commit f882a61802
18 changed files with 709 additions and 314 deletions

View File

@ -5,7 +5,7 @@
typedef float float32_t;
typedef int int32_t;
typedef int int32_t;
/**
\file sls_detector_defs.h
@ -298,7 +298,8 @@ enum timerIndex {
DELAY_AFTER_TRIGGER, /**< delay between trigger and start of exposure or readout (in triggered mode) */
GATES_NUMBER, /**< number of gates per frame (in gated mode) */
PROBES_NUMBER, /**< number of probe types in pump-probe mode */
CYCLES_NUMBER /**< number of cycles: total number of acquisitions is number or frames*number of cycles */
CYCLES_NUMBER, /**< number of cycles: total number of acquisitions is number or frames*number of cycles */
PROGRESS /**< fraction of measurement elapsed - only get! */
};
/**