Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal
2017-09-19 17:19:36 +02:00
14 changed files with 1500 additions and 980 deletions

View File

@ -1638,6 +1638,11 @@ class slsDetector : public slsDetectorUtils, public energyConversion {
*/
int getFramesCaughtByReceiver();
/** gets the number of frames caught by any one receiver (to avoid using threadpool)
\returns number of frames caught by any one receiver (master receiver if exists)
*/
int getFramesCaughtByAnyReceiver() {getFramesCaughtByReceiver();};
/** gets the current frame index of receiver
\returns current frame index of receiver
*/