- Timestamp:
- Dec 27, 2006, 9:39:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2.cpp
r356 r361 880 880 t = 0.6*P.modZCount() 881 881 + 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 883 884 884 885 // Frequency (exit if neither L1 nor L2) … … 970 971 t = 0.6*P.modZCount() 971 972 + 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 973 975 974 976 // Frequency (exit if neither L1 nor L2)
Note:
See TracChangeset
for help on using the changeset viewer.