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

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@361 951219d9-93cf-4727-9268-0efd64621fa3
17 lines
266 B
C
Executable File
17 lines
266 B
C
Executable File
#ifndef RECEIVER_DEFS_H
|
|
#define RECEIVER_DEFS_H
|
|
|
|
#include "sls_detector_defs.h"
|
|
|
|
#include <stdint.h>
|
|
|
|
#define GOODBYE -200
|
|
#define BUFFER_SIZE 1286*2
|
|
#define DATABYTES 2560
|
|
#define DEFAULT_UDP_PORT 50001
|
|
|
|
|
|
|
|
//#define THIS_SOFTWARE_VERSION 0x20120919
|
|
#endif
|