Changeset 1044 in ntrip for trunk/BNC/bncrinex.h


Ignore:
Timestamp:
Aug 19, 2008, 11:36:54 AM (16 years ago)
Author:
zdenek
Message:

Zdenek Lukes: a) added logic for RTCM 2.3 messages 20/21 decoding

b) added logic for cycle slip flags (slip counters or lock time indicators) handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r1029 r1044  
    4949                               QDateTime* nextEpoch = 0);
    5050
     51   void setApproxPos(double stax, double stay, double staz) {
     52     _approxPos[0] = stax;
     53     _approxPos[1] = stay;
     54     _approxPos[2] = staz;
     55   }
     56
    5157 protected:
    5258   virtual void run() {};
     
    8187   bool          _reloadTable;
    8288   bool          _reloadDone;
     89   double        _approxPos[3];
     90
     91   QMap<int, int> _slip_cnt_L1;
     92   QMap<int, int> _slip_cnt_L2;
     93   QMap<int, int> _lock_timei_L1;
     94   QMap<int, int> _lock_timei_L2;
    8395};
    8496
Note: See TracChangeset for help on using the changeset viewer.