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


Ignore:
Timestamp:
Aug 6, 2014, 11:34:36 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5809 r5810  
    44#include <vector>
    55#include <newmat.h>
    6 #include "ppp.h"
    7 #include "parlist.h"
     6#include "pppInclude.h"
     7#include "pppParlist.h"
    88#include "bnctime.h"
    99#include "t_prn.h"
     
    1111namespace BNC {
    1212
    13 class t_parlist;
    14 class t_obsPool;
     13class t_pppParlist;
     14class t_pppObsPool;
    1515class t_satObs;
    1616
    17 class t_filter {
     17class t_pppFilter {
    1818 public:
    19   t_filter();
    20   ~t_filter();
     19  t_pppFilter();
     20  ~t_pppFilter();
    2121
    22   t_irc processEpoch(t_obsPool* obsPool);
     22  t_irc processEpoch(t_pppObsPool* obsPool);
    2323
    2424  const ColumnVector&    x() const {return _xFlt;}
     
    6161
    6262  bncTime         _epoTime;
    63   t_parlist*      _parlist;
     63  t_pppParlist*      _parlist;
    6464  SymmetricMatrix _QFlt;
    6565  ColumnVector    _xFlt;
Note: See TracChangeset for help on using the changeset viewer.