Changeset 7611 in ntrip


Ignore:
Timestamp:
Dec 7, 2015, 5:50:04 PM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.h

    r7169 r7611  
    1515 public:
    1616  t_frqObs() {
    17     _code            = 0.0;         
    18     _codeValid       = false;     
    19     _phase           = 0.0;         
    20     _phaseValid      = false;   
    21     _doppler         = 0.0;       
    22     _dopplerValid    = false; 
    23     _snr             = 0.0;           
    24     _snrValid        = false;     
    25     _slip            = false;         
    26     _slipCounter     = 0;   
     17    _code            = 0.0;
     18    _codeValid       = false;
     19    _phase           = 0.0;
     20    _phaseValid      = false;
     21    _doppler         = 0.0;
     22    _dopplerValid    = false;
     23    _snr             = 0.0;
     24    _snrValid        = false;
     25    _slip            = false;
     26    _slipCounter     = 0;
    2727    _biasJumpCounter = 0;
    2828  }
    29   std::string       _rnxType2ch; 
    30   double            _code;         
    31   bool              _codeValid;     
    32   double            _phase;         
    33   bool              _phaseValid;   
    34   double            _doppler;       
    35   bool              _dopplerValid; 
    36   double            _snr;           
    37   bool              _snrValid;     
    38   bool              _slip;         
    39   int               _slipCounter;   
     29  std::string       _rnxType2ch;
     30  double            _code;
     31  bool              _codeValid;
     32  double            _phase;
     33  bool              _phaseValid;
     34  double            _doppler;
     35  bool              _dopplerValid;
     36  double            _snr;
     37  bool              _snrValid;
     38  bool              _slip;
     39  int               _slipCounter;
    4040  int               _biasJumpCounter;
    4141};
     
    9292  char           _system;
    9393  ColumnVector   _xr;
    94   ColumnVector   _dotXr; 
     94  ColumnVector   _dotXr;
    9595};
    9696
     
    113113 public:
    114114  t_frqCodeBias() {
    115     _value = 0.0;         
     115    _value = 0.0;
    116116  }
    117117  std::string _rnxType2ch;
     
    133133 public:
    134134  t_frqPhaseBias() {
    135     _value                = 0.0;         
     135    _value                = 0.0;
    136136    _fixIndicator         = 0;
    137137    _fixWideLaneIndicator = 0;
     
    169169class t_vTecLayer {
    170170 public:
     171  t_vTecLayer() {
     172    _height = 0.0;
     173  }
    171174  double _height;
    172175  Matrix _C;
Note: See TracChangeset for help on using the changeset viewer.