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


Ignore:
Timestamp:
Aug 8, 2008, 8:02:33 PM (16 years ago)
Author:
mervart
Message:

Back to status of date 20080807

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r1024 r1029  
    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 
    5751 protected:
    5852   virtual void run() {};
     
    8781   bool          _reloadTable;
    8882   bool          _reloadDone;
    89    double        _approxPos[3];
    90 
    91    QMap<int, int> _slip_cnt_L1;
    92    QMap<int, int> _slip_cnt_L2;
    9383};
    9484
Note: See TracChangeset for help on using the changeset viewer.