Changeset 2225 in ntrip


Ignore:
Timestamp:
Jan 12, 2010, 9:25:50 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2224 r2225  
    9898
    9999  t_obsInternal* obs = &(pp->_o);
     100
     101  if (obs->satSys != 'G') {
     102    return;
     103  }
    100104
    101105  t_satData* satData = new t_satData();
  • trunk/BNC/bncpppclient.h

    r2208 r2225  
    9797 public slots:
    9898  void slotNewEphGPS(gpsephemeris gpseph);
     99  void slotNewEphGlonass(glonassephemeris gloeph);
    99100  void slotNewCorrections(QList<QString> corrList);
    100101
Note: See TracChangeset for help on using the changeset viewer.