mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-04 20:00:04 +02:00

* copied jungfrau server to moench and adapted * fixed image size and num packets * read n rows allows 16 * commneted out configure_asic_timer at server startup. To be removed later the ASIC_CTRL_REG and storage cell options * moench:removing the decrement (which was in jf) in read n rows to register * removed lblsamples from gui
15 lines
538 B
C
15 lines
538 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define RELEASE "developer"
|
|
#define APILIB "developer 0x221213"
|
|
#define APIRECEIVER "developer 0x221213"
|
|
|
|
#define APICTB "developer 0x221213"
|
|
#define APIGOTTHARD "developer 0x221213"
|
|
#define APIGOTTHARD2 "developer 0x221213"
|
|
#define APIJUNGFRAU "developer 0x221213"
|
|
#define APIMYTHEN3 "developer 0x221213"
|
|
#define APIMOENCH "developer 0x221213"
|
|
#define APIEIGER "developer 0x221213"
|