offline headers for dynamic range, fixed port to be same 1 bit always

This commit is contained in:
Dhanya Maliakal
2015-06-26 11:52:17 +02:00
parent d69c6df9ce
commit 9041c48bbf
2 changed files with 40 additions and 29 deletions

View File

@ -48,6 +48,15 @@ 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;};
/**