Changeset 3680 in ntrip for trunk/BNC/rnxobsfile.h
- Timestamp:
- Feb 12, 2012, 11:42:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxobsfile.h
r3677 r3680 29 29 #include "newmat.h" 30 30 #include "bncconst.h" 31 #include "bnctime.h" 31 32 32 33 class t_pppOpt; … … 60 61 ~t_rnxObsFile(); 61 62 63 int nTypes() const {return _header.nTypes();} 64 const QString& obsType(int index) const {return _header.obsType(index);} 65 const QString& antennaName() const {return _header.antennaName();} 66 const QString& markerName() const {return _header.markerName();} 67 const ColumnVector& xyz() const {return _header.xyz();} 68 const ColumnVector& antNEU() const {return _header.antNEU();} 69 62 70 class t_satObs : public ColumnVector { 63 71 public: … … 72 80 satObs.clear(); 73 81 } 82 bncTime tt; 74 83 QVector<t_satObs> satObs; 75 84 };
Note:
See TracChangeset
for help on using the changeset viewer.