Changeset 3280 in ntrip for trunk/BNC/RTCM3/ephemeris.cpp


Ignore:
Timestamp:
Apr 27, 2011, 10:45:42 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/ephemeris.cpp

    r3279 r3280  
    1111#include "timeutils.h"
    1212#include "bnctime.h"
     13#include "bncapp.h"
    1314
    1415using namespace std;
     
    457458    }
    458459
    459     if (changed) {
     460    if (changed && ((bncApp*) qApp)->mode() == bncApp::batchPostProcessing) {
    460461      bncTime newHTime(ww, (double) tow);
    461462      cout << "GLONASS " << ee->almanac_number <<  " Time Changed at "
Note: See TracChangeset for help on using the changeset viewer.