mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +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;
|
string answer;
|
||||||
char cmd[100];
|
char cmd[100];
|
||||||
int action;
|
int action;
|
||||||
slsDetectorBase *myDetector;
|
slsDetectorUtils *myDetector;
|
||||||
slsDetectorCommand *myCmd;
|
slsDetectorCommand *myCmd;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef READOUT
|
#ifdef READOUT
|
||||||
action=READOUT_ACTION;
|
action=slsDetectorDefs::READOUT_ACTION;
|
||||||
#elif PUT
|
#elif PUT
|
||||||
action=PUT_ACTION;
|
action=slsDetectorDefs::PUT_ACTION;
|
||||||
#elif GET
|
#elif GET
|
||||||
action=GET_ACTION;
|
action=slsDetectorDefs::GET_ACTION;
|
||||||
#elif HELP
|
#elif HELP
|
||||||
action=HELP_ACTION;
|
action=slsDetectorDefs::HELP_ACTION;
|
||||||
#endif
|
#endif
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
for (int ia=0; ia<argc; ia++)
|
for (int ia=0; ia<argc; ia++)
|
||||||
|
Reference in New Issue
Block a user