Changeset 9716 in ntrip for trunk/BNC/src/upload/bncuploadcaster.cpp
- Timestamp:
- May 17, 2022, 12:15:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9715 r9716 309 309 _outSocket->waitForReadyRead(); 310 310 311 QByteArray ans = _outSocket->readLine(); cout << ans.toStdString().c_str() << endl;311 QByteArray ans = _outSocket->readLine(); cout << "ans: " << ans.toStdString().c_str() << endl; 312 312 313 313 if (ans.indexOf("200") == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.