mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 12:52:20 +01:00
creating and destroying sockets for each receiver start and stop in a single acquisition (to deal with scans etc)
This commit is contained in:
@@ -640,6 +640,18 @@ virtual int getReceiverCurrentFrameIndex()=0;
|
||||
*/
|
||||
virtual int resetFramesCaught()=0;
|
||||
|
||||
/**
|
||||
* Create Receiving Data Threads
|
||||
* @param destroy is true to destroy all the threads
|
||||
* @return OK or FAIL
|
||||
*/
|
||||
virtual int createReceivingDataThreads(bool destroy = false)=0;
|
||||
|
||||
/**
|
||||
* Start Receiving Data Threads
|
||||
* @return OK or FAIL
|
||||
*/
|
||||
virtual int startReceivingData()=0;
|
||||
|
||||
/** Reads frames from receiver through a constant socket
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user