Changeset 2080 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Dec 5, 2009, 3:01:36 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2076 r2080  
    3737 public:
    3838  enum parType {CRD_X, CRD_Y, CRD_Z, RECCLK, TROPO, AMB_L3};
    39   bncParam(parType typeIn, int indexIn);
     39  bncParam(parType typeIn, int indexIn, const QString& prn);
    4040  ~bncParam();
    41   double partialP3(t_satData* satData);
     41  double partial(t_satData* satData, const QString& prnIn);
    4242  bool isCrd() const {
    4343    return (type == CRD_X || type == CRD_Y || type == CRD_Z);
     
    4949  double   x0;
    5050  int      index;
     51  int      index_old;
     52  QString  prn;
    5153};
    5254
     
    6365 
    6466 private:
    65   double cmpValueP3(t_satData* satData);
     67  double cmpValue(t_satData* satData);
    6668  double delay_saast(double Ele);
    67   void   predict();
     69  void   predict(t_epoData* epoData);
    6870
    6971  QVector<bncParam*> _params;
Note: See TracChangeset for help on using the changeset viewer.