mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
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:
parent
47312e625c
commit
513e033a45
@ -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!!! */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user