Changeset 3991 in ntrip
- Timestamp:
- Apr 21, 2012, 7:16:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.h
r3984 r3991 86 86 const ColumnVector& antXYZ() const {return _header._antXYZ;} 87 87 const ColumnVector& antBSG() const {return _header._antBSG;} 88 88 89 const bncTime& startTime() const {return _header._startTime;} 90 void setStartTime(const bncTime& startTime) {_header._startTime = startTime;} 91 89 92 const t_rnxEpo* nextEpoch(); 90 93 int wlFactorL1(unsigned iPrn) {
Note:
See TracChangeset
for help on using the changeset viewer.