Changeset 5810 in ntrip for trunk/BNC/src/PPP/satobs.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/satobs.h

    r5780 r5810  
    55#include <map>
    66#include <newmat.h>
    7 #include "ppp.h"
     7#include "pppInclude.h"
    88#include "bnctime.h"
    99
     
    1212typedef std::string t_obsType;
    1313
    14 class t_station;
     14class t_pppStation;
    1515
    1616class t_satObs {
     
    2323  const ColumnVector& xc() const {return _xcSat;}
    2424  const bncTime&      time() const {return _time;}
    25   t_irc               cmpModel(const t_station* station);
     25  t_irc               cmpModel(const t_pppStation* station);
    2626  double              obsValue(t_lc::type tLC) const;
    2727  double              cmpValue(t_lc::type tLC) const;
Note: See TracChangeset for help on using the changeset viewer.