Changeset 10659 in ntrip


Ignore:
Timestamp:
Jun 2, 2025, 9:23:25 AM (40 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxnavfile.cpp

    r10619 r10659  
    219219    else {
    220220      if (glonass()) {
    221         prn = QString("R%1_0").arg(hlp.at(0).toInt(), 2, 10, QChar('0'));
     221        sys = 'R';
    222222      }
    223223      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'));
    226228    }
    227229
Note: See TracChangeset for help on using the changeset viewer.