Changeset 922 in ntrip
- Timestamp:
- May 18, 2008, 1:06:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r909 r922 313 313 if (numSat > 0) { 314 314 315 QStringList prns; 316 315 317 for (int oldEph = 0; oldEph <= 1; oldEph++) { 316 318 … … 334 336 QTextStream in(line); 335 337 in >> prn; 338 prns << prn; 336 339 if ( _ephList.contains(prn) ) { 337 340 in >> xx(1) >> xx(2) >> xx(3) >> xx(4); xx(4) *= 1e-6; … … 342 345 } 343 346 else { 347 prn = prns[ii-1]; 344 348 if ( _ephList.contains(prn) ) { 345 349 t_ephPair* pair = _ephList[prn];
Note:
See TracChangeset
for help on using the changeset viewer.