mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
frame number form receiver
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@759 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -57,6 +57,20 @@ public:
|
|||||||
*/
|
*/
|
||||||
void setEthernetInterface(char* c);
|
void setEthernetInterface(char* c);
|
||||||
|
|
||||||
|
#ifdef EIGER_RECEIVER
|
||||||
|
/** set frame number if a positive number
|
||||||
|
*/
|
||||||
|
int32_t setNumberOfFrames(int32_t fnum);
|
||||||
|
|
||||||
|
/** set scan tag if its is a positive number
|
||||||
|
*/
|
||||||
|
int32_t setScanTag(int32_t stag);
|
||||||
|
|
||||||
|
/** set dynamic range if its is a positive number
|
||||||
|
*/
|
||||||
|
int32_t setDynamicRange(int32_t dr);
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns status of receiver: idle, running or error
|
* Returns status of receiver: idle, running or error
|
||||||
*/
|
*/
|
||||||
@ -208,7 +222,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
void closeFile(int ithr = -1);
|
void closeFile(int ithr = -1);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* Deletes all the filter objects for single photon data
|
* Deletes all the filter objects for single photon data
|
||||||
@ -313,8 +326,9 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef EIGER_RECEIVER
|
||||||
|
eigerReceiver eigerRxr;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/** detector type */
|
/** detector type */
|
||||||
|
Reference in New Issue
Block a user