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


Ignore:
Timestamp:
Dec 1, 2009, 1:20:17 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2059 r2060  
    3232
    3333class t_epoData;
     34class t_satData;
    3435
    3536class bncParam {
    3637 public:
    37   enum parType {CRD_X, CRD_Y, CRD_Z, TROPO, AMB_L3};
     38  enum parType {CRD_X, CRD_Y, CRD_Z, RECCLK, TROPO, AMB_L3};
    3839  bncParam(parType typeIn);
    3940  ~bncParam();
     41  double partialP3(t_satData* satData);
    4042  parType  type;
    4143  double   x0;
     
    4749  ~bncModel();
    4850  t_irc cmpBancroft(t_epoData* epoData);
     51  t_irc update(t_epoData* epoData);
    4952  const ColumnVector& xcBanc() const {return _xcBanc;}
     53  const ColumnVector& xx()     const {return _xx;}
    5054 
    5155 private:
     56  double cmpValueP3(t_satData* satData);
    5257  QList<bncParam*> _params;
    53   Matrix           _QQ;
     58  SymmetricMatrix  _QQ;
     59  Matrix           _AA;
     60  ColumnVector     _ll;
     61  ColumnVector     _dx;
    5462  ColumnVector     _xx;
    5563  ColumnVector     _xcBanc;
Note: See TracChangeset for help on using the changeset viewer.