Changeset 1027 in ntrip
- Timestamp:
- Aug 7, 2008, 4:11:16 PM (17 years ago)
- Location:
- trunk/BNC/RTCM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2Decoder.cpp
r1024 r1027 41 41 #include <math.h> 42 42 #include <sstream> 43 #include <iomanip> 43 44 44 45 #include "../bncutils.h" -
trunk/BNC/RTCM/rtcm_utils.cpp
r1024 r1027 49 49 // Loop until the correct Time Of Transmission is found 50 50 // ---------------------------------------------------- 51 int niter = 0;52 51 double rhoLast = 0; 53 52 do {
Note:
See TracChangeset
for help on using the changeset viewer.