- Timestamp:
- Aug 27, 2008, 2:16:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bns.cpp
r1074 r1075 317 317 _caster.at(ic)->open(); 318 318 319 cout << "caster number " << ic+1 << endl; 320 319 321 for (int oldEph = 0; oldEph <= 0; oldEph++) { // TODO: handle old ephemeris 320 322 … … 334 336 t_eph* ep = 0; 335 337 336 if (oldEph == 0 ) {338 if (oldEph == 0 && ic == 0) { 337 339 line = _clkSocket->readLine(); 338 340 … … 381 383 processSatellite(oldEph, _caster.at(ic)->crdTrafo(), ep, GPSweek, 382 384 GPSweeks, prn, xx, sd, outLine); 385 cout << outLine.toAscii().data(); 383 386 _caster.at(ic)->printAscii(outLine); 384 387 }
Note:
See TracChangeset
for help on using the changeset viewer.