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


Ignore:
Timestamp:
Aug 3, 2014, 11:30:39 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5749 r5750  
    3131class t_obs  {
    3232 public:
     33  t_obs() {
     34    _code            = 0.0;         
     35    _codeValid       = false;     
     36    _phase           = 0.0;         
     37    _phaseValid      = false;   
     38    _doppler         = 0.0;       
     39    _dopplerValid    = false; 
     40    _snr             = 0.0;           
     41    _snrValid        = false;     
     42    _slip            = false;         
     43    _slipCounter     = 0;   
     44    _biasJumpCounter = 0;
     45  }
    3346  std::string _rnxType2ch;
    3447  double      _code;         
Note: See TracChangeset for help on using the changeset viewer.