Changeset 2225 in ntrip
- Timestamp:
- Jan 12, 2010, 9:25:50 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppclient.cpp
r2224 r2225 98 98 99 99 t_obsInternal* obs = &(pp->_o); 100 101 if (obs->satSys != 'G') { 102 return; 103 } 100 104 101 105 t_satData* satData = new t_satData(); -
trunk/BNC/bncpppclient.h
r2208 r2225 97 97 public slots: 98 98 void slotNewEphGPS(gpsephemeris gpseph); 99 void slotNewEphGlonass(glonassephemeris gloeph); 99 100 void slotNewCorrections(QList<QString> corrList); 100 101
Note:
See TracChangeset
for help on using the changeset viewer.