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


Ignore:
Timestamp:
Dec 14, 2010, 12:56:46 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.h

    r2778 r2786  
    3939class t_satData {
    4040 public:
    41   enum codeType {P_CODE, C_CODE};
    4241  QString      prn;
    4342  double       P1;
     
    4948  double       L5;
    5049  double       L3;
    51   codeType     codeTypeF1;
    52   codeType     codeTypeF2;
    53   codeType     codeTypeF5;
    5450  ColumnVector xx;
    5551  ColumnVector vv;
Note: See TracChangeset for help on using the changeset viewer.