mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 18:41:09 +02:00
8.0.1.rc (#891)
* forward declare zmq_msg_t and moved include * removed zmq as dependency for slsdet (#870) * Fixed path when building as submodule * new moench data structure for offline processing * meonch raw data and zmq process files updated to 7.0.3 version * implemented config file for Zmq file * raw data and zmq work with config file, but only with one file/interface * zmq config change * added config examples for zmq and rawdata * update release notes, release versions --------- Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com> Co-authored-by: froejdh_e <erik.frojdh@psi.ch> Co-authored-by: Anna Bergamaschi <anna.bergamaschi@psi.ch> Co-authored-by: anberga <34126852+anberga@users.noreply.github.com>
This commit is contained in:
@ -24,8 +24,9 @@
|
||||
#include <rapidjson/document.h> //json header in zmq stream
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include <zmq.h>
|
||||
//#include <zmq.h>
|
||||
|
||||
class zmq_msg_t;
|
||||
namespace sls {
|
||||
|
||||
#define MAX_STR_LENGTH 1000
|
||||
|
@ -1,8 +1,7 @@
|
||||
// SPDX-License-Identifier: LGPL-3.0-or-other
|
||||
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||
/** API versions */
|
||||
#define RELEASE "8.0.0"
|
||||
#define APILIB "8.0.0 0x231108"
|
||||
#define RELEASE "8.0.1"
|
||||
#define APIRECEIVER "8.0.0 0x231108"
|
||||
#define APICTB "8.0.0 0x231109"
|
||||
#define APIGOTTHARD "8.0.0 0x231109"
|
||||
@ -11,3 +10,4 @@
|
||||
#define APIMYTHEN3 "8.0.0 0x231109"
|
||||
#define APIMOENCH "8.0.0 0x231109"
|
||||
#define APIEIGER "8.0.0 0x231109"
|
||||
#define APILIB "8.0.1 0x240112"
|
||||
|
Reference in New Issue
Block a user