mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
debugged
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@398 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -20,19 +20,19 @@ int main(int argc, char *argv[])
|
||||
string answer;
|
||||
char cmd[100];
|
||||
int action;
|
||||
slsDetectorBase *myDetector;
|
||||
slsDetectorUtils *myDetector;
|
||||
slsDetectorCommand *myCmd;
|
||||
|
||||
|
||||
|
||||
#ifdef READOUT
|
||||
action=READOUT_ACTION;
|
||||
action=slsDetectorDefs::READOUT_ACTION;
|
||||
#elif PUT
|
||||
action=PUT_ACTION;
|
||||
action=slsDetectorDefs::PUT_ACTION;
|
||||
#elif GET
|
||||
action=GET_ACTION;
|
||||
action=slsDetectorDefs::GET_ACTION;
|
||||
#elif HELP
|
||||
action=HELP_ACTION;
|
||||
action=slsDetectorDefs::HELP_ACTION;
|
||||
#endif
|
||||
#ifdef VERBOSE
|
||||
for (int ia=0; ia<argc; ia++)
|
||||
|
Reference in New Issue
Block a user