Changeset 7231 in ntrip for trunk/BNC/src/PPP_RTK/pppStation.h


Ignore:
Timestamp:
Aug 18, 2015, 4:13:05 PM (9 years ago)
Author:
stuerze
Message:

some interfaces are added to be able to handle ssr vtec in PPP mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_RTK/pppStation.h

    r7227 r7231  
    3030  double dClk() const {return _dClk;}
    3131  double windUp(const bncTime& time, t_prn prn, const ColumnVector& rSat) const;
     32  void putTec(t_vTec* vTec);
     33  const t_vTec* vTec() const {
     34    return _vTec;
     35  }
    3236
    3337 private:
     
    4347  bncTime           _timeCheck;
    4448  ColumnVector      _xyzCheck;
     49  t_vTec*           _vTec;
    4550};
    4651
Note: See TracChangeset for help on using the changeset viewer.