Changeset 3680 in ntrip for trunk/BNC/rnxobsfile.h


Ignore:
Timestamp:
Feb 12, 2012, 11:42:49 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rnxobsfile.h

    r3677 r3680  
    2929#include "newmat.h"
    3030#include "bncconst.h"
     31#include "bnctime.h"
    3132
    3233class t_pppOpt;
     
    6061  ~t_rnxObsFile();
    6162
     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
    6270  class t_satObs : public ColumnVector {
    6371   public:
     
    7280      satObs.clear();
    7381    }
     82    bncTime           tt;
    7483    QVector<t_satObs> satObs;
    7584  };
Note: See TracChangeset for help on using the changeset viewer.