Changeset 119 in ntrip
- Timestamp:
- Sep 7, 2006, 4:20:34 PM (18 years ago)
- Location:
- trunk/BNC/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/rtcm3.cpp
r118 r119 46 46 for (int ii = 0; ii < bufLen; ii++) { 47 47 48 #if 049 HandleByte(&_Parser, buffer[ii]);50 continue;51 #endif52 53 48 _Parser.Message[_Parser.MessageSize++] = buffer[ii]; 54 49 if (_Parser.MessageSize >= _Parser.NeedBytes) { … … 65 60 66 61 //// obs->statID = 62 //// obs->cumuLossOfCont = 63 67 64 obs->SVPRN = _Parser.Data.satellites[ii]; 68 65 obs->GPSWeek = _Parser.Data.week; … … 98 95 } 99 96 } 100 101 //// obs->cumuLossOfCont =102 103 97 m_lObsList.push_back(obs); 104 98 } -
trunk/BNC/RTCM3/rtcm3torinex.h
r71 r119 100 100 }; 101 101 102 void HandleHeader(struct RTCM3ParserData *Parser);103 102 int RTCM3Parser(struct RTCM3ParserData *handle); 104 103 void HandleByte(struct RTCM3ParserData *Parser, unsigned int byte);
Note:
See TracChangeset
for help on using the changeset viewer.