Changeset 4483 in ntrip for trunk/BNC/src/bncrinex.h


Ignore:
Timestamp:
Aug 3, 2012, 8:22:05 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.h

    r4482 r4483  
    4949   int samplingRate() const {return _samplingRate;}
    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   std::string rinexSatLine(const t_obs& obs, char lli1, char lli2, char lli5);
    5852
     
    8579   bool          _reconnectFlag;
    8680   QDate         _skeletonDate;
    87    int           _rinexVers;
    88    double        _approxPos[3];
    8981   int           _samplingRate;
    9082
Note: See TracChangeset for help on using the changeset viewer.