mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +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:
parent
f1729dda30
commit
a9e4ee3c55
@ -57,6 +57,20 @@ public:
|
||||
*/
|
||||
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
|
||||
*/
|
||||
@ -208,7 +222,6 @@ public:
|
||||
*/
|
||||
void closeFile(int ithr = -1);
|
||||
|
||||
|
||||
private:
|
||||
/**
|
||||
* Deletes all the filter objects for single photon data
|
||||
@ -313,8 +326,9 @@ private:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef EIGER_RECEIVER
|
||||
eigerReceiver eigerRxr;
|
||||
#endif
|
||||
|
||||
|
||||
/** detector type */
|
||||
|
Loading…
x
Reference in New Issue
Block a user