Changeset 6456 in ntrip for trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
- Timestamp:
- Dec 27, 2014, 4:05:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r6455 r6456 363 363 if (itOrb.key() < _lastTime) { 364 364 emit newOrbCorrections(itOrb.value()); 365 if (_out) { 366 t_orbCorr::writeEpoch(_out, itOrb.value()); 367 } 365 t_orbCorr::writeEpoch(_out, itOrb.value()); 368 366 itOrb.remove(); 369 367 } … … 374 372 if (itClk.key() < _lastTime) { 375 373 emit newClkCorrections(itClk.value()); 376 if (_out) { 377 t_clkCorr::writeEpoch(_out, itClk.value()); 378 } 374 t_clkCorr::writeEpoch(_out, itClk.value()); 379 375 itClk.remove(); 380 376 } 381 }382 383 if (_out) {384 _out->flush();385 377 } 386 378 }
Note:
See TracChangeset
for help on using the changeset viewer.