works for missing packets and image reconstruction

This commit is contained in:
Dhanya Maliakal
2016-10-14 16:07:51 +02:00
parent 55c352a9cd
commit a6d9f681d8
2 changed files with 178 additions and 73 deletions

View File

@ -222,7 +222,10 @@ public:
return NULL;
};
virtual int* readNextFramewithMissingPackets(ifstream &filebin, int& fnum) {return NULL;}
virtual void getChannelArray(double* data, char* buffer){};
virtual int* readNextFrameOnlyData(ifstream &filebin, int& fnum) {return NULL;};
virtual int* decodeData(int* datain) {return NULL;};
private:
const int nPackets; /**<number of UDP packets constituting one frame */