eiger receiver, receiving many packets at a time, with 16,8, 4 bitmode sort of working

This commit is contained in:
Maliakal Dhanya
2014-07-02 10:51:13 +02:00
parent 5f82381b1e
commit 8369153d60
8 changed files with 285 additions and 244 deletions

View File

@@ -397,9 +397,8 @@ private:
* When acquisition is over, this is called
* @param ithread listening thread number
* @param wbuffer writer buffer
* @param wIndex writer Index
*/
void stopWriting(int ithread, char* wbuffer[], int wIndex);
void stopWriting(int ithread, char* wbuffer[]);
/**
@@ -432,7 +431,7 @@ private:
} eiger_packet_header;
/** max number of listening threads */
const static int MAX_NUM_LISTENING_THREADS = MAX_EIGER_PORTS;
const static int MAX_NUM_LISTENING_THREADS = EIGER_MAX_PORTS;
/** max number of writer threads */
const static int MAX_NUM_WRITER_THREADS = 15;