Changeset 3280 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Apr 27, 2011, 10:45:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.cpp
r3279 r3280 11 11 #include "timeutils.h" 12 12 #include "bnctime.h" 13 #include "bncapp.h" 13 14 14 15 using namespace std; … … 457 458 } 458 459 459 if (changed ) {460 if (changed && ((bncApp*) qApp)->mode() == bncApp::batchPostProcessing) { 460 461 bncTime newHTime(ww, (double) tow); 461 462 cout << "GLONASS " << ee->almanac_number << " Time Changed at "
Note:
See TracChangeset
for help on using the changeset viewer.