Changeset 2221 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Jan 12, 2010, 8:36:29 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2208 r2221  
    158158  QString prn =
    159159        QString("%1%2").arg(obs->satSys).arg(obs->satNum, 2, 10, QChar('0'));
     160
     161  cout << prn.toAscii().data() << "  "  << obs->slot << endl;
    160162
    161163  _epoData->satData[prn] = satData;
Note: See TracChangeset for help on using the changeset viewer.