updates for merge for r_readfreq without reciever

This commit is contained in:
Dhanya Maliakal
2017-11-23 18:30:48 +01:00
8 changed files with 43 additions and 49 deletions

View File

@ -779,12 +779,10 @@ virtual ROI* getROI(int &n)=0;
/** Sets the read receiver frequency
if data required from receiver randomly readRxrFrequency=0,
else every nth frame to be sent to gui
@param getFromReceiver is 1 if it should ask the receiver,
0 if it can get it from multi structure
@param freq is the receiver read frequency
/returns read receiver frequency
*/
virtual int setReadReceiverFrequency(int getFromReceiver, int freq=-1)=0;
virtual int setReadReceiverFrequency(int freq=-1)=0;
/** Enable or disable streaming data from receiver to client
* @param enable 0 to disable 1 to enable -1 to only get the value