Changeset 361 in ntrip


Ignore:
Timestamp:
Dec 27, 2006, 9:39:24 AM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

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

    r356 r361  
    880880    t = 0.6*P.modZCount()
    881881        + P.getUnsignedBits(4,20)*1.0e-6;
    882     t = floor(t*1000.+0.5)/1000.; //weber
     882    // Round t to 5 milliseconds
     883    t = floor(t*200.+0.5)/200.; // g. weber
    883884   
    884885    // Frequency (exit if neither L1 nor L2)
     
    970971    t = 0.6*P.modZCount()
    971972        + P.getUnsignedBits(4,20)*1.0e-6;
    972     t = floor(t*1000.+0.5)/1000.; //weber
     973    // Round t to 5 milliseconds
     974    t = floor(t*200.+0.5)/200.; // g. weber
    973975   
    974976    // Frequency (exit if neither L1 nor L2)
Note: See TracChangeset for help on using the changeset viewer.