Changeset 1075 in ntrip


Ignore:
Timestamp:
Aug 27, 2008, 2:16:43 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1074 r1075  
    317317      _caster.at(ic)->open();
    318318
     319      cout << "caster number " << ic+1 << endl;
     320
    319321      for (int oldEph = 0; oldEph <= 0; oldEph++) { // TODO: handle old ephemeris
    320322     
     
    334336          t_eph*       ep = 0;
    335337     
    336           if (oldEph == 0) {
     338          if (oldEph == 0 && ic == 0) {
    337339            line = _clkSocket->readLine();
    338340
     
    381383              processSatellite(oldEph, _caster.at(ic)->crdTrafo(), ep, GPSweek,
    382384                               GPSweeks, prn, xx, sd, outLine);
     385              cout << outLine.toAscii().data();
    383386              _caster.at(ic)->printAscii(outLine);
    384387            }
Note: See TracChangeset for help on using the changeset viewer.