mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
inbetween WIP, startstatemachien ugly
This commit is contained in:
@ -394,6 +394,18 @@ class Detector {
|
||||
/** [Eiger] Sends an internal software trigger to the detector */
|
||||
void sendSoftwareTrigger(Positions pos = {});
|
||||
|
||||
Result<bool> getScan(Positions pos = {}) const;
|
||||
|
||||
Result<int> getNumberOfScanSteps(Positions pos = {}) const;
|
||||
|
||||
/** also sets number of frames to 1 */
|
||||
void disableScan();
|
||||
|
||||
/** scan dac, [Eiger] use TRIMBIT_SCAN for scanning trimbits, also sets
|
||||
* number of frames to number of steps in receiver */
|
||||
void enableScan(const defs::dacIndex dac, const int start_offset,
|
||||
const int end_offset, const int step_size);
|
||||
|
||||
// TODO: remove resetframescaught in receiver
|
||||
|
||||
/**************************************************
|
||||
|
Reference in New Issue
Block a user