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


Ignore:
Timestamp:
Mar 18, 2020, 11:13:50 AM (4 years ago)
Author:
stuerze
Message:

some developments regarding PPP, not completed!

File:
1 edited

Legend:

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

    r7928 r8905  
    1717class t_pppFilter {
    1818 public:
    19   t_pppFilter();
     19  t_pppFilter(t_pppObsPool* obsPool);
    2020  ~t_pppFilter();
    2121
    22   t_irc processEpoch(t_pppObsPool* obsPool);
     22  t_irc processEpoch(int num);
    2323
    2424  const ColumnVector&    x() const {return _xFlt;}
     
    7474
    7575  t_irc processSystem(const std::vector<t_lc::type>& LCs,
    76                       const std::vector<t_pppSatObs*>& obsVector);
     76                      const std::vector<t_pppSatObs*>& obsVector,
     77                      const t_prn& refPrn,
     78                      bool pseudoObsIonoAvailable,
     79                      bool preProcessing);
    7780
    7881  t_irc detectCycleSlips(const std::vector<t_lc::type>& LCs,
    79                          const std::vector<t_pppSatObs*>& obsVector);
     82                         const std::vector<t_pppSatObs*>& obsVector,
     83                         const t_prn& refPrn,
     84                         bool preProcessing);
    8085
    8186  t_irc resetAmb(t_prn prn, const std::vector<t_pppSatObs*>& obsVector,
     
    8893  bncTime         _epoTime;
    8994  t_pppParlist*   _parlist;
     95  t_pppObsPool*   _obsPool;
    9096  SymmetricMatrix _QFlt;
    9197  ColumnVector    _xFlt;
Note: See TracChangeset for help on using the changeset viewer.