Changeset 302 in ntrip
- Timestamp:
- Nov 12, 2006, 5:22:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncrinex.cpp ¶
r301 r302 135 135 url.setPort(80); 136 136 137 cout << url.toString().toAscii().data() << endl; 137 /// cout << url.toString().toAscii().data() << endl; 138 138 139 139 const int timeOut = 10*1000; … … 141 141 QTcpSocket* socket = bncGetThread::request(url, timeOut, msg); 142 142 143 cout << msg.toAscii().data() << endl;144 145 143 if (socket) { 146 147 cout << "haha" << endl;148 144 while (true) { 149 145 if (socket->canReadLine()) { 150 146 QString line = socket->readLine(); 151 cout << line.toAscii().data() << endl; 147 //// cout << line.toAscii().data() << endl; 152 148 } 153 149 else {
Note:
See TracChangeset
for help on using the changeset viewer.