writing frame number to the file for eiger

This commit is contained in:
Dhanya Maliakal
2015-03-30 17:16:31 +02:00
parent 248848c666
commit e35867227f
2 changed files with 8 additions and 2 deletions

View File

@ -499,7 +499,8 @@ protected:
typedef struct
{
unsigned char num1[4];
unsigned char num2[4];
unsigned char num2[3];
unsigned char num3[1];
} eiger_packet_header;
/** max number of listening threads */