Changeset 6857 in ntrip for trunk/BNC/src/satObs.h


Ignore:
Timestamp:
May 27, 2015, 5:30:04 PM (9 years ago)
Author:
stuerze
Message:

two phase bias parameters were added

File:
1 edited

Legend:

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

    r6851 r6857  
    149149  t_satPhaseBias() {
    150150    _updateInt  = 0;
     151    _dispBiasConstistInd = 0;
     152    _MWConsistInd = 0;
    151153    _yawDeg     = 0.0;
    152154    _yawDegRate = 0.0;
     
    157159  t_prn                       _prn;
    158160  bncTime                     _time;
    159   unsigned int                _updateInt;
     161  unsigned int                _updateInt;           // not satellite specific
     162  unsigned int                _dispBiasConstistInd; // not satellite specific
     163  unsigned int                _MWConsistInd;        // not satellite specific
    160164  double                      _yawDeg;
    161165  double                      _yawDegRate;
Note: See TracChangeset for help on using the changeset viewer.