Adedde sturctures for moench03 10Gb data

This commit is contained in:
2015-06-23 09:15:23 +02:00
parent e16cda9509
commit 1941ecb3c3
5 changed files with 894 additions and 34 deletions

View File

@@ -67,10 +67,10 @@ public:
while (dd<=(dsize-packetSize)) {
pnum=getPacketNumber(p);
fn=getFrameNumber(p);
//cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t";
cout <<"pnum:"<<pnum<<" fn:"<<fn<<"\t "<< np << endl;;
if (pnum<1 || pnum>nPackets) {
cout << "Bad packet number " << pnum << " frame "<< fn << endl;
cout << "Bad packet number " << pnum << " frame "<< fn << endl;
retval=NULL;
np=0;
} else if (pnum==1) {