mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-07 05:10:03 +02:00
included -f in config file
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@127 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
parent
b59b54e004
commit
dd7385cd88
@ -2,10 +2,10 @@
|
|||||||
#define SVNURL "file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui"
|
#define SVNURL "file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui"
|
||||||
//#define SVNREPPATH ""
|
//#define SVNREPPATH ""
|
||||||
#define SVNREPUUID "af1100a4-978c-4157-bff7-07162d2ba061"
|
#define SVNREPUUID "af1100a4-978c-4157-bff7-07162d2ba061"
|
||||||
//#define SVNREV 0x125
|
//#define SVNREV 0x126
|
||||||
//#define SVNKIND ""
|
//#define SVNKIND ""
|
||||||
//#define SVNSCHED ""
|
//#define SVNSCHED ""
|
||||||
#define SVNAUTH "l_maliakal_d"
|
#define SVNAUTH "l_maliakal_d"
|
||||||
#define SVNREV 0x125
|
#define SVNREV 0x126
|
||||||
#define SVNDATE 0x20121217
|
#define SVNDATE 0x20121218
|
||||||
//
|
//
|
||||||
|
@ -55,6 +55,7 @@ qDetectorMain::qDetectorMain(int argc, char **argv, QApplication *app, QWidget *
|
|||||||
if(!strcasecmp(argv[iarg],"-developer")) {isDeveloper=1;}
|
if(!strcasecmp(argv[iarg],"-developer")) {isDeveloper=1;}
|
||||||
if(!strcasecmp(argv[iarg],"-id")) {detID=atoi(argv[iarg+1]);}
|
if(!strcasecmp(argv[iarg],"-id")) {detID=atoi(argv[iarg+1]);}
|
||||||
if(!strcasecmp(argv[iarg],"-config")) {configFName=string(argv[iarg+1]);}
|
if(!strcasecmp(argv[iarg],"-config")) {configFName=string(argv[iarg+1]);}
|
||||||
|
if(!strcasecmp(argv[iarg],"-f")) {configFName=string(argv[iarg+1]);}
|
||||||
if(!strcasecmp(argv[iarg],"-help")){
|
if(!strcasecmp(argv[iarg],"-help")){
|
||||||
cout << "Possible Arguments are:" << endl;
|
cout << "Possible Arguments are:" << endl;
|
||||||
cout << "-help \t\t : \t This help" << endl;
|
cout << "-help \t\t : \t This help" << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user