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:
ramani_n
2012-07-17 10:05:43 +00:00
parent c04ed80b83
commit aa480795c6
10 changed files with 71 additions and 24 deletions

View File

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