mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
cretated the class slsDetectorDefs, more advanced funcs moved from slsDetectorBase to slsDetectorUtils, separated function index enum from other definitions (share with dectris?)
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@162 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -4,8 +4,11 @@
|
||||
#ifndef SLS_DETECTOR_H
|
||||
#define SLS_DETECTOR_H
|
||||
|
||||
#include "MySocketTCP.h"
|
||||
|
||||
class MySocketTCP;
|
||||
|
||||
#include "slsDetectorUtils.h"
|
||||
#include "MySocketTCP.h"
|
||||
//#include "slsDetectorCommand.h"
|
||||
|
||||
|
||||
@ -1096,7 +1099,7 @@ typedef struct sharedSlsDetector {
|
||||
\param ecorr if !=NULL the flat field correction errors will be filled with ecorr (1 otherwise)
|
||||
\returns 0 if ff correction disabled, >0 otherwise
|
||||
*/
|
||||
int setFlatFieldCorrection(float *corr=NULL, float *ecorr=NULL);
|
||||
int setFlatFieldCorrection(float *corr, float *ecorr=NULL);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user