mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
removed compression from gui in expert mode
This commit is contained in:
@ -45,12 +45,6 @@ public:
|
||||
*/
|
||||
int VerifyOutputDirectory();
|
||||
|
||||
/** To enable expert mode
|
||||
* @param enable to enable if true
|
||||
*/
|
||||
void SetExpertMode(bool enable);
|
||||
|
||||
|
||||
private:
|
||||
/** The sls detector object */
|
||||
multiSlsDetector *myDet;
|
||||
@ -86,9 +80,6 @@ private:
|
||||
*/
|
||||
void PopulateDetectors();
|
||||
|
||||
/** Get Compression */
|
||||
void GetCompression();
|
||||
|
||||
/** update speed */
|
||||
void UpdateSpeedFromServer();
|
||||
|
||||
@ -140,9 +131,6 @@ void SetOutputDir();
|
||||
/** set output directory*/
|
||||
void GetOutputDir();
|
||||
|
||||
/** set compression */
|
||||
void SetCompression(bool enable);
|
||||
|
||||
/** enable 10GbE */
|
||||
void EnableTenGigabitEthernet(bool enable, int get=0);
|
||||
|
||||
|
Reference in New Issue
Block a user