Changeset 5568 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 23, 2013, 6:33:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncpppclient.cpp ¶
r5567 r5568 536 536 bool different = false; 537 537 538 qDebug() << _providerID.streamID[0] << corr->streamID[0]539 << _providerID.streamID[1] << corr->streamID[1]540 << _providerID.streamID[2] << corr->streamID[2];541 542 538 for (unsigned ii = 0; ii < 3; ii++) { 543 539 if (_providerID.streamID[ii] != -1) { … … 555 551 _providerID.reset = true; 556 552 } 557 558 qDebug() << _providerID.reset; 559 } 553 }
Note:
See TracChangeset
for help on using the changeset viewer.