converted to c++

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@347 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-11-19 12:41:35 +00:00
parent 58623dcd34
commit 3c94d2cb40
7 changed files with 1515 additions and 71 deletions

View File

@ -0,0 +1,15 @@
#ifndef RECEIVER_DEFS_H
#define RECEIVER_DEFS_H
#include "sls_detector_defs.h"
#include <stdint.h>
#define GOODBYE -200
#define HALF_BUFFER_SIZE 1286
#define DEFAULT_UDP_PORT 50001
//#define THIS_SOFTWARE_VERSION 0x20120919
#endif