Changeset 8912 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Apr 6, 2020, 10:43:22 AM (4 years ago)
Author:
stuerze
Message:

minor changes regarding PPP (not completed)

File:
1 edited

Legend:

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

    r8910 r8912  
    2121
    2222  t_irc processEpoch(int num);
     23
     24  void datumTransformation();
    2325
    2426  const ColumnVector&    x() const {return _xFlt;}
     
    9193  void predictCovCrdPart(const SymmetricMatrix& QFltOld);
    9294
     95  void initDatumTransformation(int numOfAllUsedLCs);
     96
    9397  bncTime         _epoTime;
    9498  t_pppParlist*   _parlist;
    9599  t_pppObsPool*   _obsPool;
    96100  SymmetricMatrix _QFlt;
     101  Matrix          _AA1;
     102  Matrix          _AA2;
    97103  ColumnVector    _xFlt;
    98104  ColumnVector    _x0;
    99105  t_slip          _slips[t_prn::MAXPRN+1];
    100106  int             _numSat;
     107  int             _numOfEpochProcessing;
    101108  t_dop           _dop;
    102109  bncTime         _firstEpoTime;
Note: See TracChangeset for help on using the changeset viewer.