Changeset 131 in ntrip for trunk/BNC/RTCM3/rtcm3.cpp


Ignore:
Timestamp:
Sep 7, 2006, 9:48:35 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

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

    r119 r131  
    5151      while(int rr = RTCM3Parser(&_Parser)) {
    5252
     53        if (!_Parser.init) {
     54          HandleHeader(&_Parser);
     55          _Parser.init = 1;
     56        }
     57
    5358        if (rr == 2) {
    5459          cerr << "No valid RINEX! All values are modulo 299792.458!\n";
Note: See TracChangeset for help on using the changeset viewer.