Changeset 131 in ntrip for trunk/BNC/RTCM3/rtcm3.cpp
- Timestamp:
- Sep 7, 2006, 9:48:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3.cpp
r119 r131 51 51 while(int rr = RTCM3Parser(&_Parser)) { 52 52 53 if (!_Parser.init) { 54 HandleHeader(&_Parser); 55 _Parser.init = 1; 56 } 57 53 58 if (rr == 2) { 54 59 cerr << "No valid RINEX! All values are modulo 299792.458!\n";
Note:
See TracChangeset
for help on using the changeset viewer.