mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-19 18:40:01 +02:00
* implemented testbus, testfpga, set/get #frames, triggers, allowed that and for connection to client, also allowed, getnumchannels, configuremac, getrunstatus, setdetectorposition with dummy values * allowing tests for xilinx * binaries in
15 lines
565 B
C
15 lines
565 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 0x230224"
|
|
#define APIRECEIVER "developer 0x230224"
|
|
#define APIXILINXCTB "developer 0x240109"
|
|
#define APICTB "developer 0x240109"
|
|
#define APIGOTTHARD "developer 0x240109"
|
|
#define APIGOTTHARD2 "developer 0x240109"
|
|
#define APIJUNGFRAU "developer 0x240109"
|
|
#define APIMYTHEN3 "developer 0x240109"
|
|
#define APIMOENCH "developer 0x240109"
|
|
#define APIEIGER "developer 0x240109"
|