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

@@ -193,6 +193,8 @@ private:
/** enable overwrite */
int enable_overwrite();
/** enable 10Gbe */
int enable_tengiga();
//General Functions
/** Locks Receiver */
@@ -246,6 +248,9 @@ private:
/** Packets per frame */
int packetsPerFrame;
/** Dynamic Range */
int dynamicrange;
/** kill tcp server thread */
int killTCPServerThread;