mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
faster acquisition for multidetector and angualr data merging independent of angular direction
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@156 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -276,6 +276,7 @@ typedef struct sharedSlsDetector {
|
||||
|
||||
using slsDetectorUtils::readAngularConversion;
|
||||
using slsDetectorUtils::writeAngularConversion;
|
||||
// using slsDetectorBase::getDataFromDetector;
|
||||
|
||||
|
||||
|
||||
@ -1313,7 +1314,10 @@ typedef struct sharedSlsDetector {
|
||||
\returns pointer to the data (or NULL if failed)
|
||||
|
||||
*/
|
||||
int* getDataFromDetector();
|
||||
int* getDataFromDetector(int *retval=NULL);
|
||||
|
||||
//int*
|
||||
|
||||
|
||||
/** returns if the detector is Master, slave or nothing
|
||||
\param flag can be GET_MASTER, NO_MASTER, IS_MASTER, IS_SLAVE
|
||||
|
Reference in New Issue
Block a user