Changeset 10659 in ntrip
- Timestamp:
- Jun 2, 2025, 9:23:25 AM (40 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxnavfile.cpp
r10619 r10659 219 219 else { 220 220 if (glonass()) { 221 prn = QString("R%1_0").arg(hlp.at(0).toInt(), 2, 10, QChar('0'));221 sys = 'R'; 222 222 } 223 223 else { 224 prn = QString("G%1_0").arg(hlp.at(0).toInt(), 2, 10, QChar('0')); 225 } 224 sys = 'G'; 225 } 226 navType = ""; 227 prn = QString("%1").arg(hlp.at(0).toInt(), 2, 10, QChar('0')); 226 228 } 227 229
Note:
See TracChangeset
for help on using the changeset viewer.