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


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

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

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

    r8148 r8168  
    5252////////////////////////////////////////////////////////////////////////////
    5353t_rnxObsHeader::t_rnxObsHeader() {
    54   _usedSystems = "GREJCS";
     54  _usedSystems = "GREJCSI";
    5555  _antNEU.ReSize(3); _antNEU = 0.0;
    5656  _antXYZ.ReSize(3); _antXYZ = 0.0;
     
    447447                       << "C6I" << "L6I" << "S6I"
    448448                       << "C7I" << "L7I" << "S7I";
     449
     450        _obsTypes['I'] << "C5A" << "L5A" << "S5A"
     451                       << "C9A" << "L9A" << "S9A";
    449452      }
    450453      else {
Note: See TracChangeset for help on using the changeset viewer.