Changeset 1417 in ntrip
- Timestamp:
- Dec 31, 2008, 1:39:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryrtp.cpp
r1416 r1417 67 67 datagram.resize(_udpSocket->pendingDatagramSize()); 68 68 _udpSocket->readDatagram(datagram.data(), datagram.size()); 69 70 cout << "Read Datagram: size = " << datagram.size() << endl;71 69 72 70 if (datagram.size() > 12) { … … 165 163 while (!line.isEmpty()) { 166 164 if (line.indexOf("200 OK") != -1) { 167 cout << "Connection Established" << endl;165 emit newMessage("UDP connection established", true); 168 166 return; 169 167 }
Note:
See TracChangeset
for help on using the changeset viewer.