- Implemented defpos for multiple motors
- Implemented automatic backup on parameter change - Implemented silent restore - Cleaned a couple of unused flags from connection object
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define MAX_CLIENTS 8 /* The maximum number of active clients */
|
||||
#define MAX_TOF_CNTR 32768 /* The maximum number of individual counters ..
|
||||
** which can be handled in TOF mode */
|
||||
#define MAX_PSD_CNTR 1048576 /* maximum number of PSD elements */
|
||||
#define MAX_PSD_CNTR 16777217 /* maximum number of PSD elements */
|
||||
#define MAX_PSD_ED 3 /* maximum number of additional
|
||||
single detectors at AMOR
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user