mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
Add frame number
This commit is contained in:
parent
7b4740ced2
commit
3150276bfe
@ -250,7 +250,7 @@ class jungfrauLGADStrixelsDataQuadH5 : public slsDetectorData<uint16_t> {
|
||||
|
||||
//The following functions are pure virtual in the base class. But I don't want them to be accessible here!
|
||||
//Implement the functions as private (to satisfy the linker)
|
||||
int getFrameNumber(char* buff){return 0;} //Provided via public method readNextFrame
|
||||
//int getFrameNumber(char* buff){return 0;} //This is actually needed because the cluster finder writes the framenumber
|
||||
int getPacketNumber(char* buff){return 0;} //Not provided
|
||||
|
||||
//Mark overwritten functions as override final
|
||||
@ -385,6 +385,8 @@ class jungfrauLGADStrixelsDataQuadH5 : public slsDetectorData<uint16_t> {
|
||||
return nullptr;
|
||||
};
|
||||
|
||||
int getFrameNumber(char* buff){return iframe;} //Provided via public method readNextFrame
|
||||
|
||||
|
||||
|
||||
/* Loops over a memory slot until a complete frame is found (i.e. all */
|
||||
|
Loading…
x
Reference in New Issue
Block a user