Changeset 3991 in ntrip


Ignore:
Timestamp:
Apr 21, 2012, 7:16:33 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/rnxobsfile.h

    r3984 r3991  
    8686  const ColumnVector& antXYZ() const {return _header._antXYZ;}
    8787  const ColumnVector& antBSG() const {return _header._antBSG;}
     88
    8889  const bncTime&      startTime() const {return _header._startTime;}
     90  void  setStartTime(const bncTime& startTime) {_header._startTime = startTime;}
     91
    8992  const t_rnxEpo*     nextEpoch();
    9093  int wlFactorL1(unsigned iPrn) {
Note: See TracChangeset for help on using the changeset viewer.