mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
WIP
This commit is contained in:
@ -201,8 +201,7 @@ class Detector {
|
||||
* Stops detector acquisition and then receiver (if enabled)
|
||||
* If no receiver enabled, you can skip this for normal acquisition (no abort)
|
||||
*/
|
||||
void stopAcquisition();//TODO: cannot do this. for acquire, to stop acquisition, must not also do stop receiver(mutex)
|
||||
// TODO: stopAcquire??
|
||||
void stopAcquisition();
|
||||
|
||||
/**
|
||||
* Clears the acquiring flag. This has to be done manually
|
||||
|
@ -2268,9 +2268,6 @@ class multiSlsDetector : public virtual slsDetectorDefs {
|
||||
/** mutex to synchronize main and data processing threads */
|
||||
mutable std::mutex mp;
|
||||
|
||||
/** mutex to synchronizedata processing and plotting threads */
|
||||
mutable std::mutex mg;
|
||||
|
||||
/** sets when the acquisition is finished */
|
||||
bool jointhread{false};
|
||||
|
||||
|
Reference in New Issue
Block a user