Changeset 6192 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
Sep 14, 2014, 4:55:51 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r6191 r6192  
    605605    double  obsValue = 0.0;
    606606    char    lli      = ' ';
    607     QString rnxType = t_rnxObsFile::type2to3(types[ii]);
     607    QString rnxType = t_rnxObsFile::type2to3(sys, types[ii]);
    608608    for (unsigned iFrq = 0; iFrq < obs._obs.size(); iFrq++) {
    609609      const t_frqObs* frqObs = obs._obs[iFrq];
     
    611611        QChar ch = obsKinds[ik];
    612612        QString obsType = (ch + QString(frqObs->_rnxType2ch.c_str()));
    613         obsType = t_rnxObsFile::type2to3(obsType).left(rnxType.length());
     613        obsType = t_rnxObsFile::type2to3(sys, obsType).left(rnxType.length());
    614614        if (rnxType == obsType) {
    615615          if      (ch == 'L' && frqObs->_phaseValid) {
Note: See TracChangeset for help on using the changeset viewer.