Changeset 8168 in ntrip for trunk/BNC/src/rinex/reqcedit.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/reqcedit.cpp

    r8127 r8168  
    651651        ephs.append(new t_ephBDS(*dynamic_cast<t_ephBDS*>(eph)));
    652652      }
     653      else if (eph->type() == t_eph::IRNSS) {
     654        ephs.append(new t_ephGPS(*dynamic_cast<t_ephGPS*>(eph)));
     655      }
    653656    }
    654657  }
Note: See TracChangeset for help on using the changeset viewer.