DACS are integer by default

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@672 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
wang_x1 2013-09-17 13:27:33 +00:00
parent 4811001680
commit 7b637e9cc6

View File

@ -30,7 +30,7 @@ typedef char mystring[MAX_STR_LENGTH];
typedef double mysteps[MAX_SCAN_STEPS];
#ifdef DACS_INT
#ifndef DACS_FLOAT
typedef int dacs_t;
#else
typedef float dacs_t;