Changeset 2908 in ntrip
- Timestamp:
- Jan 27, 2011, 2:25:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncephuser.cpp
r2907 r2908 77 77 QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0')); 78 78 79 cout << "newEph " << prn.toAscii().data() << endl;80 81 79 if (_eph.contains(prn)) { 82 80 t_ephGPS* eLast = static_cast<t_ephGPS*>(_eph.value(prn)->last); … … 104 102 105 103 QString prn = QString("R%1").arg(gloeph.almanac_number, 2, 10, QChar('0')); 106 107 cout << "newEph " << prn.toAscii().data() << endl;108 104 109 105 if (_eph.contains(prn)) { … … 135 131 QString prn = QString("E%1").arg(galeph.satellite, 2, 10, QChar('0')); 136 132 137 cout << "newEph " << prn.toAscii().data() << endl;138 139 133 if (_eph.contains(prn)) { 140 134 t_ephGal* eLast = static_cast<t_ephGal*>(_eph.value(prn)->last);
Note:
See TracChangeset
for help on using the changeset viewer.