mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
made the eiger like the jungfrau ignoring packets
This commit is contained in:
@ -56,6 +56,10 @@ typedef struct {
|
||||
#define HEADER_SIZE_NUM_TOT_PACKETS 4
|
||||
#define HEADER_SIZE_NUM_FRAMES 2
|
||||
#define HEADER_SIZE_NUM_PACKETS 1
|
||||
#define ALL_MASK_32 0xFFFFFFFF
|
||||
|
||||
#define FILE_FRAME_HEADER_LENGTH 16
|
||||
#define FILE_HEADER_BUNCHID_OFFSET 8
|
||||
|
||||
|
||||
//all max frames defined in sls_receiver_defs.h. 20000 gotthard, 100000 for short gotthard, 1000 for moench, eiger 20000
|
||||
@ -129,8 +133,6 @@ typedef struct {
|
||||
|
||||
|
||||
|
||||
#define JFRAU_FILE_FRAME_HEADER_LENGTH 16
|
||||
#define JFRAU_FILE_HEADER_BUNCHID_OFFSET 8
|
||||
#define JFRAU_FIFO_SIZE 2500 //cannot be less than max jobs per thread = 1000
|
||||
#define JFRAU_PACKETS_PER_FRAME 128
|
||||
#define JFRAU_HEADER_LENGTH 22
|
||||
@ -172,7 +174,6 @@ typedef struct {
|
||||
#define EIGER_MAX_PORTS 2
|
||||
#define EIGER_HEADER_PACKET_LENGTH 48
|
||||
|
||||
|
||||
#define EIGER_FIFO_SIZE 100
|
||||
/*#define EIGER_ALIGNED_FRAME_SIZE 65536*/
|
||||
#define EIGER_ONE_GIGA_CONSTANT 16
|
||||
|
Reference in New Issue
Block a user