Changeset 2791 in ntrip for trunk/BNC/bncpppclient.h


Ignore:
Timestamp:
Dec 14, 2010, 2:06:28 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2788 r2791  
    3939class t_satData {
    4040 public:
     41  t_satData() {
     42    indexCode  = 0;
     43    indexPhase = 0;
     44  }
     45  ~t_satData() {}
    4146  QString      prn;
    4247  double       P1;
     
    5661  bool         slipFlag;
    5762  double       lambda3;
     63  unsigned     indexCode;
     64  unsigned     indexPhase;
    5865  char system() const {return prn.toAscii()[0];}
    5966};
Note: See TracChangeset for help on using the changeset viewer.