Changeset 1077 in ntrip for trunk/BNS


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1076 r1077  
    316316    for (int ic = 0; ic < _caster.size(); ic++) {
    317317      _caster.at(ic)->open();
    318 
    319       cout << "caster number " << ic+1 << endl;
    320318
    321319      for (int oldEph = 0; oldEph <= 0; oldEph++) { // TODO: handle old ephemeris
     
    388386              processSatellite(oldEph, _caster.at(ic)->crdTrafo(), ep, GPSweek,
    389387                               GPSweeks, prn, xx, sd, outLine);
    390               cout << outLine.toAscii().data();
    391388              _caster.at(ic)->printAscii(outLine);
    392389            }
Note: See TracChangeset for help on using the changeset viewer.