Merge branch '3.0.1' into developer

This commit is contained in:
Dhanya Maliakal 2017-11-23 18:24:34 +01:00
commit a0c9018455

View File

@ -679,6 +679,12 @@ int slsReceiverTCPIPInterface::send_update() {
#endif #endif
mySock->SendDataOnly(&ind,sizeof(ind)); mySock->SendDataOnly(&ind,sizeof(ind));
// receiver read frequency
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
ind=(int)receiverBase->getFrameToGuiFrequency();
#endif
mySock->SendDataOnly(&ind,sizeof(ind));
// streaming port // streaming port
#ifdef SLS_RECEIVER_UDP_FUNCTIONS #ifdef SLS_RECEIVER_UDP_FUNCTIONS
ind=(int)receiverBase->getStreamingPort(); ind=(int)receiverBase->getStreamingPort();