mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 02:20:42 +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
@ -442,6 +442,7 @@ enum imageType {
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
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