mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
WIP
This commit is contained in:
@ -65,7 +65,7 @@ public:
|
||||
int GetFrameIndex(){return currentFrameIndex;};
|
||||
/** sets file write enable , if not enabled,
|
||||
* file index wont increase and so you need secondary titles to differentitate between plots*/
|
||||
void SetFileWriteEnable(bool enable){fileSaveEnable = enable;};
|
||||
void SetFileWrite(bool enable){fileSaveEnable = enable;};
|
||||
|
||||
/** sets plot Title prefix*/
|
||||
void SetPlotTitlePrefix(QString title) {plotTitle_prefix = title;}
|
||||
|
@ -29,9 +29,8 @@ public:
|
||||
void Initialization();
|
||||
void PopulateDetectors();
|
||||
void EnableBrowse();
|
||||
void GetFileEnable();
|
||||
void GetFileWrite();
|
||||
void GetFileName();
|
||||
|
||||
void GetFileFormat();
|
||||
void GetFileOverwrite();
|
||||
void GetTenGigaEnable();
|
||||
|
@ -22,19 +22,19 @@ public:
|
||||
|
||||
public slots:
|
||||
void SetCurrentMeasurement(int val);
|
||||
void UpdateFinished();
|
||||
void StopAcquisition();
|
||||
void UpdateFinished();
|
||||
|
||||
private slots:
|
||||
void SetTimingMode(int mode);
|
||||
void SetNumMeasurements(int num);
|
||||
void SetTimingMode(int val);
|
||||
void SetNumMeasurements(int val);
|
||||
void SetNumFrames(int val);
|
||||
void SetNumTriggers(int val);
|
||||
void SetNumSamples(int val);
|
||||
void SetExposureTime();
|
||||
void SetAcquisitionPeriod();
|
||||
void SetDelay();
|
||||
void SetFileWriteEnable(bool enable);
|
||||
void SetFileWrite(bool val);
|
||||
void SetFileName();
|
||||
void SetRunIndex(int val);
|
||||
void UpdateProgress();
|
||||
@ -55,7 +55,7 @@ private:
|
||||
void GetAcquisitionPeriod();
|
||||
void CheckAcqPeriodGreaterThanExp();
|
||||
void GetDelay();
|
||||
void GetFileWriteEnable();
|
||||
void GetFileWrite();
|
||||
void GetFileName();
|
||||
void GetRunIndex();
|
||||
|
||||
|
Reference in New Issue
Block a user