Changeset 6112 in ntrip for trunk/BNC/src/PPP_free/pppFilter.h


Ignore:
Timestamp:
Sep 8, 2014, 4:32:01 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/pppFilter.h

    r6111 r6112  
    148148  t_irc update(t_epoData* epoData);
    149149  bncTime time()  const {return _time;}
     150  const SymmetricMatrix& Q() const {return _QQ;}
     151  const ColumnVector& neu() const {return _neu;}
     152  int    numSat() const {return _numSat;}
     153  double PDOP()   const {return _pDop;}
    150154  double x()      const {return _params[0]->xx;}
    151155  double y()      const {return _params[1]->xx;}
     
    235239  bncAntex*             _antex;
    236240  t_tides*              _tides;
     241  ColumnVector          _neu;
    237242  int                   _numSat;
    238243  double                _pDop;
Note: See TracChangeset for help on using the changeset viewer.