mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
some more changes - mianly configuration file, and dump and retrieve detector settings added + set speed function
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@8 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -1 +1 @@
|
||||
../commonFiles/communication_funcs.c
|
||||
/afs/psi.ch/project/mythen/slsDetectorSoftware/commonFiles/communication_funcs.c
|
@ -1 +1 @@
|
||||
../commonFiles/communication_funcs.h
|
||||
/afs/psi.ch/project/mythen/slsDetectorSoftware/commonFiles/communication_funcs.h
|
@ -1600,7 +1600,7 @@ int get_run_status(int fnum) {
|
||||
printf("Getting status\n");
|
||||
#endif
|
||||
|
||||
retval= runState();;
|
||||
retval= runState();
|
||||
|
||||
if (ret!=OK) {
|
||||
printf("get status failed\n");
|
||||
|
@ -1 +1 @@
|
||||
../commonFiles/sls_detector_defs.h
|
||||
/afs/psi.ch/project/mythen/slsDetectorSoftware/commonFiles/sls_detector_defs.h
|
Reference in New Issue
Block a user