Changeset 627 in ntrip for trunk/BNC/RTIGS/RTIGSDecoder.cpp


Ignore:
Timestamp:
Dec 16, 2007, 6:05:06 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTIGS/RTIGSDecoder.cpp

    r622 r627  
    105105    for (short ii = 0; ii < numObs; ii++) {
    106106      p_obs obs = new t_obs();
     107      _obsList.push_back(obs);
    107108      obs->_o.satSys   = 'G';
    108109      obs->_o.satNum   = _GPSTrans.DecObs.Obs[ii].sat_prn;
     
    118119      obs->_o.SNR1     = int(ceil(_GPSTrans.DecObs.Obs[ii].l1_sn / 60.0 * 9.0));
    119120      obs->_o.SNR2     = int(ceil(_GPSTrans.DecObs.Obs[ii].l2_sn / 60.0 * 9.0));
    120 
    121       _obsList.push_back(obs);
    122121    }
    123122  }
Note: See TracChangeset for help on using the changeset viewer.