fixed time interval in receiveR

This commit is contained in:
Dhanya Maliakal
2016-11-10 14:37:26 +01:00
parent 70326f8b10
commit acb900961a
5 changed files with 41 additions and 3 deletions

View File

@ -2177,9 +2177,9 @@ int slsReceiverTCPIPInterface::set_read_receiver_timer(){
}
else{
if(index >= 0 ){
receiverBase->setDataStreamTimer(index);
receiverBase->setFrameToGuiTimer(index);
}
retval=receiverBase->getDataStreamTimer();
retval=receiverBase->getFrameToGuiTimer();
if(index>=0 && retval!=index){
strcpy(mess,"Could not set datastream timer");
cprintf(RED,"%s\n",mess);