Changeset 6018 in ntrip for trunk/BNC/src/PPP/pppInclude.h


Ignore:
Timestamp:
Aug 21, 2014, 9:02:57 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6017 r6018  
    3838 public:
    3939  t_frqObs() {
     40    _freqType        = t_frequency::dummy;
    4041    _freq            = 0.0;
    4142    _code            = 0.0;         
     
    5152    _biasJumpCounter = 0;
    5253  }
    53   std::string _rnxType2ch;
    54   double      _freq;
    55   double      _code;         
    56   bool        _codeValid;     
    57   double      _phase;         
    58   bool        _phaseValid;   
    59   double      _doppler;       
    60   bool        _dopplerValid; 
    61   double      _snr;           
    62   bool        _snrValid;     
    63   bool        _slip;         
    64   int         _slipCounter;   
    65   int         _biasJumpCounter;
     54  std::string       _rnxType2ch;
     55  t_frequency::type _freqType;
     56  double            _freq;
     57  double            _code;         
     58  bool              _codeValid;     
     59  double            _phase;         
     60  bool              _phaseValid;   
     61  double            _doppler;       
     62  bool              _dopplerValid; 
     63  double            _snr;           
     64  bool              _snrValid;     
     65  bool              _slip;         
     66  int               _slipCounter;   
     67  int               _biasJumpCounter;
    6668};
    6769
Note: See TracChangeset for help on using the changeset viewer.