Changeset 5802 in ntrip for trunk/BNC/src/PPP/pppModel.h


Ignore:
Timestamp:
Aug 6, 2014, 10:35:19 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5801 r5802  
    3939};
    4040
     41class t_windUp {
     42 public:
     43  t_windUp();
     44  ~t_windUp() {};
     45  double value(const bncTime& etime, const ColumnVector& rRec, t_prn prn,
     46               const ColumnVector& rSat);
     47 private:
     48  double lastEtime[t_prn::MAXPRN+1];
     49  double sumWind[t_prn::MAXPRN+1];
     50};
     51
    4152#endif
Note: See TracChangeset for help on using the changeset viewer.