Changeset 1034 in ntrip
- Timestamp:
- Aug 13, 2008, 9:38:04 AM (16 years ago)
- Location:
- trunk/BNC/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r1033 r1034 108 108 // ----------------------------------------- 109 109 if (_mode == unknown || _mode == corrections) { 110 printf("corrections\n");111 110 if ( _coDecoder->Decode(buffer, bufLen) == success ) { 112 111 decoded = true; … … 121 120 // --------------------------------------- 122 121 if (_mode == unknown || _mode == observations || _checkMountPoint == _staID || _checkMountPoint == "ALL") { 123 printf("observations\n");124 122 for (int ii = 0; ii < bufLen; ii++) { 125 123 -
trunk/BNC/RTCM3/RTCM3Decoder.h
r1022 r1034 49 49 50 50 QString _staID; 51 QString _checkMountPoint; 51 52 struct RTCM3ParserData _Parser; 52 53 RTCM3coDecoder* _coDecoder;
Note:
See TracChangeset
for help on using the changeset viewer.