Changeset 8168 in ntrip for trunk/BNC/src/rinex/rnxnavfile.cpp


Ignore:
Timestamp:
Oct 26, 2017, 2:44:32 PM (7 years ago)
Author:
stuerze
Message:

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

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

    r7999 r8168  
    203203      }
    204204      eph = new t_ephBDS(version(), lines);
     205    }
     206    else if (prn[0] == 'I') {
     207      for (int ii = 1; ii < 8; ii++) {
     208        lines << stream->readLine();
     209      }
     210      eph = new t_ephGPS(version(), lines);
    205211    }
    206212    if (eph &&
Note: See TracChangeset for help on using the changeset viewer.