mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
enableWriteToFile added
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@204 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -158,10 +158,10 @@ float defaultGetPosition(void *d) {
|
||||
|
||||
|
||||
|
||||
return pos
|
||||
;
|
||||
return pos;
|
||||
}
|
||||
|
||||
|
||||
/* moves the encoder to position p */
|
||||
|
||||
|
||||
@ -179,6 +179,7 @@ int defaultGoToPosition(float p,void *d) {
|
||||
#ifdef VERBOSE
|
||||
printf("caput: success\n");
|
||||
#endif
|
||||
|
||||
} else
|
||||
printf(ca_message(status));
|
||||
#else
|
||||
|
Reference in New Issue
Block a user