mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
minor clean
This commit is contained in:
@ -160,7 +160,6 @@ void DetectorImpl::initializeDetectorStructure() {
|
|||||||
multi_shm()->numberOfChannels.x = 0;
|
multi_shm()->numberOfChannels.x = 0;
|
||||||
multi_shm()->numberOfChannels.y = 0;
|
multi_shm()->numberOfChannels.y = 0;
|
||||||
multi_shm()->acquiringFlag = false;
|
multi_shm()->acquiringFlag = false;
|
||||||
multi_shm()->receiver_upstream = false;
|
|
||||||
multi_shm()->initialChecks = true;
|
multi_shm()->initialChecks = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,9 +64,6 @@ struct sharedMultiSlsDetector {
|
|||||||
/** flag for acquiring */
|
/** flag for acquiring */
|
||||||
bool acquiringFlag;
|
bool acquiringFlag;
|
||||||
|
|
||||||
/** data streaming (up stream) enable in receiver */
|
|
||||||
bool receiver_upstream;
|
|
||||||
|
|
||||||
/** initial checks */
|
/** initial checks */
|
||||||
bool initialChecks;
|
bool initialChecks;
|
||||||
};
|
};
|
||||||
@ -393,14 +390,6 @@ class DetectorImpl : public virtual slsDetectorDefs {
|
|||||||
*/
|
*/
|
||||||
int kbhit();
|
int kbhit();
|
||||||
|
|
||||||
/**
|
|
||||||
* Convert a double holding time in seconds to an int64_t with nano seconds
|
|
||||||
* Used for conversion when sending time to detector
|
|
||||||
* @param t time in seconds
|
|
||||||
* @returns time in nano seconds
|
|
||||||
*/
|
|
||||||
int64_t secondsToNanoSeconds(double t);
|
|
||||||
|
|
||||||
/** Multi detector Id */
|
/** Multi detector Id */
|
||||||
const int multiId{0};
|
const int multiId{0};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user