Changeset 119 in ntrip


Ignore:
Timestamp:
Sep 7, 2006, 4:20:34 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC/RTCM3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/rtcm3.cpp

    r118 r119  
    4646  for (int ii = 0; ii < bufLen; ii++) {
    4747
    48 #if 0
    49     HandleByte(&_Parser, buffer[ii]);
    50     continue;
    51 #endif
    52 
    5348    _Parser.Message[_Parser.MessageSize++] = buffer[ii];
    5449    if (_Parser.MessageSize >= _Parser.NeedBytes) {
     
    6560         
    6661////      obs->statID   =
     62////      obs->cumuLossOfCont =
     63
    6764          obs->SVPRN    = _Parser.Data.satellites[ii];
    6865          obs->GPSWeek  = _Parser.Data.week;
     
    9895            }
    9996          }
    100 
    101 ////      obs->cumuLossOfCont =
    102          
    10397          m_lObsList.push_back(obs);
    10498        }
  • trunk/BNC/RTCM3/rtcm3torinex.h

    r71 r119  
    100100};
    101101
    102 void HandleHeader(struct RTCM3ParserData *Parser);
    103102int RTCM3Parser(struct RTCM3ParserData *handle);
    104103void HandleByte(struct RTCM3ParserData *Parser, unsigned int byte);
Note: See TracChangeset for help on using the changeset viewer.