changed receiver config to be rx_tcpport and not dataport, also -f

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@428 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-01-15 18:05:56 +00:00
parent f6a3254c2f
commit a2ae2eea95
3 changed files with 7 additions and 5 deletions

View File

@ -4629,7 +4629,8 @@ int slsDetector::setUDPConnection(){
strcpy(args[0],thisDetector->receiverUDPIP);
sprintf(args[1],"%d",thisDetector->receiverUDPPort);
#ifdef VERBOSE
std::cout << "Receiver ip address: " << thisDetector->receiverUDPIP << std::endl;
std::cout << "Receiver udp ip address: " << thisDetector->receiverUDPIP << std::endl;
std::cout << "Receiver udp port: " << thisDetector->receiverUDPPort << std::endl;
#endif
//set up receiver for UDP Connection and get receivermac address