mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
included a current frame index whch is different than file frame index for gotthard, even when readout through blackfin, for mythen both will alwys be incrememnted by one; gotthard server all of them should be consistent for 32 bit
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@425 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -455,7 +455,7 @@ class slsDetectorBase : public virtual slsDetectorDefs {
|
||||
/**
|
||||
\returns current frame index of receiver
|
||||
*/
|
||||
virtual int getCurrentFrameIndex()=0;
|
||||
virtual int getReceiverCurrentFrameIndex()=0;
|
||||
|
||||
/** Locks/Unlocks the connection to the receiver
|
||||
/param lock sets (1), usets (0), gets (-1) the lock
|
||||
|
Reference in New Issue
Block a user