Changeset 2908 in ntrip


Ignore:
Timestamp:
Jan 27, 2011, 2:25:48 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncephuser.cpp

    r2907 r2908  
    7777  QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0'));
    7878
    79   cout << "newEph " << prn.toAscii().data() << endl;
    80 
    8179  if (_eph.contains(prn)) {
    8280    t_ephGPS* eLast = static_cast<t_ephGPS*>(_eph.value(prn)->last);
     
    104102
    105103  QString prn = QString("R%1").arg(gloeph.almanac_number, 2, 10, QChar('0'));
    106 
    107   cout << "newEph " << prn.toAscii().data() << endl;
    108104
    109105  if (_eph.contains(prn)) {
     
    135131  QString prn = QString("E%1").arg(galeph.satellite, 2, 10, QChar('0'));
    136132
    137   cout << "newEph " << prn.toAscii().data() << endl;
    138 
    139133  if (_eph.contains(prn)) {
    140134    t_ephGal* eLast = static_cast<t_ephGal*>(_eph.value(prn)->last);
Note: See TracChangeset for help on using the changeset viewer.