Changeset 464 in ntrip for trunk/BNC/RTCM/RTCM2.cpp


Ignore:
Timestamp:
May 27, 2007, 5:58:28 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2.cpp

    r366 r464  
    3939//   2006/10/18  OMO  Improved screening of bad data in RTCM2_Obs::extract
    4040//   2006/11/25  OMO  Revised check for presence of GLONASS data
     41//   2007/05/25  GW   Round time tag to 100 ms
    4142//
    4243// (c) DLR/GSOC
     
    883884    // of receiver clock with minimum divisions of 10ms
    884885    // and clock error less then recommended 1.1ms
     886    // Hence, round time tag to 100 ms
    885887    t = floor(t*100.+0.5)/100.;
    886888   
     
    976978    // of receiver clock with minimum divisions of 10ms
    977979    // and clock error less then recommended 1.1ms
     980    // Hence, round time tag to 100 ms
    978981    t = floor(t*100.+0.5)/100.;
    979982   
Note: See TracChangeset for help on using the changeset viewer.