Changeset 3674 in ntrip for trunk/BNC/bncpostprocess.cpp


Ignore:
Timestamp:
Feb 12, 2012, 10:26:58 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3671 r3674  
    9797  cout << "corrFile: " << _opt->corrFileName.toAscii().data() << endl;
    9898
     99  // Read Ephemerides
     100  // ----------------
    99101  t_eph* eph = 0;
    100102  while (_rnxNavFile->getNextEph(eph) == success) {
     
    104106  }
    105107
     108  // Read Observations
     109  // -----------------
     110  while (_rnxObsFile->getEpoch() == success) {
     111
     112  }
     113
     114  ///// beg test
    106115  int MAXI = 5;
    107116  for (int ii = 1; ii < MAXI; ii++) {
     
    110119    sleep(1);
    111120  }
     121  //// end test
    112122
    113123  emit finished();
Note: See TracChangeset for help on using the changeset viewer.