included compression for gotthard, but doesnt get data

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@736 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-02-13 10:51:21 +00:00
parent c366c97023
commit 45a93e827f
3 changed files with 118 additions and 46 deletions

View File

@ -15,6 +15,8 @@
#include "singlePhotonDetector.h"
#include "moench02ModuleData.h"
#include "gotthardModuleData.h"
#include "moenchCommonMode.h"
#ifdef MYROOT1
#include <TTree.h>
@ -186,17 +188,6 @@ public:
*/
void readFrame(char* c,char** raw);
/** free fifo buffer, called back from single photon filter
*/
static void freeFifoBufferCallBack (char* fbuffer, void *this_pointer);
/**
* Call back from single photon filter to free writingfifo
* called from freeFifoBufferCallBack
*/
void freeFifoBuffer(char* fbuffer);
/**
* Starts Receiver - starts to listen for packets
* @param message is the error message if there is an error
@ -532,6 +523,10 @@ private:
moench02ModuleData *mdecoder[MAX_NUM_WRITER_THREADS];
gotthardModuleData *gdecoder[MAX_NUM_WRITER_THREADS];
moenchCommonMode *cmSub;
bool commonModeSubtractionEnable;
public: