mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
external gui unused variables
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURLLIB "git@git.psi.ch:sls_detectors_software/sls_detector_software.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUIDLIB "aab5292e58e0ebf3a425e13254194f780952155a"
|
||||
//#define SVNREV 0x1496
|
||||
#define SVNREPUUIDLIB "7eb486427fab1732def525df6fcfad6e34ee4f74"
|
||||
//#define SVNREV 0x1544
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTHLIB "Dhanya_Maliakal"
|
||||
#define SVNREVLIB 0x1496
|
||||
#define SVNDATELIB 0x20170818
|
||||
#define SVNREVLIB 0x1544
|
||||
#define SVNDATELIB 0x20170824
|
||||
//
|
||||
|
@ -2473,9 +2473,7 @@ string slsDetectorCommand::cmdDataStream(int narg, char *args[], int action) {
|
||||
if (action==PUT_ACTION) {
|
||||
if (!sscanf(args[1],"%d",&ival))
|
||||
return string ("cannot scan externalgui mode");
|
||||
bool bval=ival>0?true:false;
|
||||
bool oldval = myDet->getExternalGuiFlag();
|
||||
myDet->setExternalGuiFlag(bval);
|
||||
myDet->setExternalGuiFlag(ival>0?true:false);
|
||||
myDet->enableDataStreamingFromReceiver(ival);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user