mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
moench receiver with packet index for each frame
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@534 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -198,9 +198,6 @@ public:
|
||||
*/
|
||||
void registerWriteReceiverDataCallback(int( *userCallback)(char*, int, FILE*, void*), void *pArg) {writeReceiverData = userCallback; pwriteReceiverDataArg = pArg;};
|
||||
|
||||
int getFrameIndex(int index){return index & MOENCH_FRAME_INDEX_MASK}
|
||||
|
||||
int get
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user