l_maliakal_d e4d477b53e included settting up of udpport from client and getting receiver mac from receiver and also listening to only one ethernet interface
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@370 951219d9-93cf-4727-9268-0efd64621fa3
2012-12-06 14:22:08 +00:00

17 lines
261 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 FIFO_SIZE 25000
//#define THIS_SOFTWARE_VERSION 0x20120919
#endif