mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
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:
parent
4811001680
commit
7b637e9cc6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user