Changeset 3752 in ntrip for trunk/BNC/rinex


Ignore:
Timestamp:
Mar 30, 2012, 5:17:26 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/rinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/BNC/rinex/bncpostprocess.cpp

    r3748 r3752  
    117117      _corrFile = new t_corrFile(_opt->corrFileName);
    118118      connect(_corrFile, SIGNAL(newCorrections(QList<QString>)),
    119               _pppClient, SLOT(slotNewCorrections(QList<QString>)));
     119              _pppClient, SLOT(slotNewCorrections(QList<QString>)),
     120              Qt::DirectConnection);
    120121    }
    121122
  • TabularUnified trunk/BNC/rinex/corrfile.cpp

    r3721 r3752  
    110110  bncTime tNew(GPSweek, GPSweeks);
    111111
    112   if (tNew >= tt) {
     112  if (tNew > tt) {
    113113    return true;
    114114  }   
Note: See TracChangeset for help on using the changeset viewer.