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


Ignore:
Timestamp:
Nov 14, 2010, 11:07:36 AM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2585 r2690  
    129129      obs->_o.S1       = _GPSTrans.DecObs.Obs[ii].l1_sn;
    130130      obs->_o.S2       = _GPSTrans.DecObs.Obs[ii].l2_sn;
    131       obs->_o.SNR1     = int(ceil(_GPSTrans.DecObs.Obs[ii].l1_sn / 60.0 * 9.0));
    132       obs->_o.SNR2     = int(ceil(_GPSTrans.DecObs.Obs[ii].l2_sn / 60.0 * 9.0));
    133131    }
    134132  }
Note: See TracChangeset for help on using the changeset viewer.