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

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/rnxnavfile.cpp

    r8000 r8167  
    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.