seems to run fine, only 16gb checked for fimware v 10 and software version v1.10.2

This commit is contained in:
Dhanya Maliakal
2015-09-15 15:31:29 +02:00
parent 572b6fe29f
commit fe76ce9650
4 changed files with 171 additions and 341 deletions

View File

@ -505,6 +505,9 @@ protected:
/** max number of writer threads */
const static int MAX_NUM_WRITER_THREADS = 15;
/** missing packet identifier value */
const static uint16_t missingPacketValue = 0xFFFF;
/** detector type */
detectorType myDetectorType;
@ -712,6 +715,9 @@ protected:
/** 10Gbe enable*/
int tengigaEnable;
/** footer offset is different for 1g and 10g*/
int footer_offset;
// TODO: not properly sure where to put these...
/** structure of an eiger image header*/