Changeset 6229 in ntrip


Ignore:
Timestamp:
Oct 11, 2014, 4:01:07 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6227 r6229  
    447447        t_rnxObsFile::t_rnxObs rnxObs;
    448448        rnxObs.value = frqObs->_phase;
     449        if (frqObs->_slip) {
     450          rnxObs.lli |= 1;
     451        }
    449452        rnxSat.obs[type] = rnxObs;
    450453      }
Note: See TracChangeset for help on using the changeset viewer.