Changeset 1079 in ntrip for trunk/BNC/RTCM3/RTCM3Decoder.h


Ignore:
Timestamp:
Aug 29, 2008, 4:43:59 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3Decoder.h

    r1035 r1079  
    5050  QString                _staID;
    5151  QString                _checkMountPoint;
    52   int                    _corrLate;
    5352  struct RTCM3ParserData _Parser;
    5453  RTCM3coDecoder*        _coDecoder;
    5554  t_mode                 _mode;
     55  int _perfIntr;
     56  int _numLat;
     57  int _numGaps;
     58  bool _followSec;
     59  double _curLat;
     60  double _sumLat;
     61  double _sumLatQ;
     62  double _minLat;
     63  double _maxLat;
     64  double _newSecGPS;
     65  double _oldSecGPS;
     66  double _diffSecGPS;
     67  double _meanDiff;
    5668} ;
    5769
Note: See TracChangeset for help on using the changeset viewer.