git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@398 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2012-03-26 08:47:01 +00:00
parent a7fd2b70a1
commit 0ee0cdb717

View File

@ -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++)