mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
edited getChanregs to include argument to get trimbits from sharedmemory or detector
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@253 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -430,9 +430,10 @@ class multiSlsDetector : public slsDetectorUtils {
|
||||
/**
|
||||
Returns the trimbits from the detector's shared memmory
|
||||
\param retval is the array with the trimbits
|
||||
\param fromDetector is true if the trimbits shared memory have to be uploaded from detector
|
||||
\returns the total number of channels for the detector
|
||||
*/
|
||||
int getChanRegs(double* retval);
|
||||
int getChanRegs(double* retval,bool fromDetector);
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user