Changeset 5785 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 2:43:22 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5784 r5785  
    167167    return;
    168168  }
    169 
    170   // class t_pppObs  {
    171   //   std::string _rnxType2ch;
    172   //   double      _code;         
    173   //   bool        _codeValid;     
    174   //   double      _phase;         
    175   //   bool        _phaseValid;   
    176   //   double      _doppler;       
    177   //   bool        _dopplerValid; 
    178   //   double      _snr;           
    179   //   bool        _snrValid;     
    180   //   bool        _slip;         
    181   //   int         _slipCounter;   
    182   //   int         _biasJumpCounter;
    183   // };
    184   //
    185   // class t_pppSatObs {
    186   //   t_prn                 _prn;
    187   //   bncTime               _time;
    188   //   std::vector<t_pppObs> _obs;
    189   // };
    190169
    191170  vector<t_pppSatObs*> pppSatObs;
Note: See TracChangeset for help on using the changeset viewer.