feature with header in file

This commit is contained in:
Dhanya Maliakal
2016-07-05 16:53:21 +02:00
parent a563b82001
commit a7a3422ed2
2 changed files with 0 additions and 22 deletions

View File

@ -48,16 +48,6 @@ public:
virtual int getPacketNumber(char *buff){return (*(int*)buff)&0xff;};
/** gets the dynamic range for offline processing
\param buff pointer to the memory
\returns dynamic range
*
*/
//virtual int getDynamicRange(char *buff){return 16;};
/**