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


Ignore:
Timestamp:
Feb 11, 2012, 6:27:02 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3661 r3670  
    8686    _pppClient  = new bncPPPclient("POST", _opt, false);
    8787
    88     connect(this, SIGNAL(newEphGPS(gpsephemeris)),
    89             _pppClient, SLOT(slotNewEphGPS(gpsephemeris)), Qt::DirectConnection);
    90    
    91     connect(this, SIGNAL(newEphGlonass(glonassephemeris)),
    92             _pppClient, SLOT(slotNewEphGlonass(glonassephemeris)), Qt::DirectConnection);
    93    
    94     connect(this, SIGNAL(newEphGalileo(galileoephemeris)),
    95             _pppClient, SLOT(slotNewEphGalileo(galileoephemeris)), Qt::DirectConnection);
    96 
    9788    connect(this, SIGNAL(newCorrections(QList<QString>)),
    9889            _pppClient, SLOT(slotNewCorrections(QList<QString>)));
     
    10899  t_eph* eph;
    109100  while (_rnxNavFile->getNextEph(eph) == success) {
     101    _pppClient->putNewEph(eph);
    110102  }
    111103
Note: See TracChangeset for help on using the changeset viewer.