mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 16:08:38 +01:00
supports frames with many samples for jctb - obtained by faking number of chips in case of many samples
This commit is contained in:
@@ -165,7 +165,7 @@ s
|
||||
\returns nothing
|
||||
|
||||
*/
|
||||
void processFrame(int* myData, int delflag);
|
||||
void processFrame(int* myData, int delflag, int jctb=0);
|
||||
|
||||
/** processes the data
|
||||
\param delflag 0 leaves the data in the final data queue
|
||||
@@ -228,6 +228,7 @@ s
|
||||
virtual int getNMods()=0;
|
||||
|
||||
|
||||
|
||||
int GetCurrentPositionIndex(){ pthread_mutex_lock(&mp); int retval=getCurrentPositionIndex(); pthread_mutex_unlock(&mp); return retval;};
|
||||
void IncrementPositionIndex(){ pthread_mutex_lock(&mp); incrementPositionIndex(); pthread_mutex_unlock(&mp);};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user