Changeset 5749 in ntrip for trunk/BNC/src/PPP/ppp.h


Ignore:
Timestamp:
Aug 3, 2014, 10:55:00 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5747 r5749  
    5454class t_orbCorr {
    5555 public:
     56  t_prn          prn() const {return _prn;}
     57  unsigned short IOD() const {return _iod;}
    5658  t_prn          _prn;
    5759  unsigned short _iod;
     
    6466class t_clkCorr {
    6567 public:
     68  t_prn          prn() const {return _prn;}
     69  unsigned short IOD() const {return _iod;}
    6670  t_prn          _prn;
    6771  unsigned short _iod;
    6872  bncTime        _time;
    69   bool           _absClk;
    7073  double         _dClk;
    7174  double         _dotDClk;
Note: See TracChangeset for help on using the changeset viewer.