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


Ignore:
Timestamp:
Aug 21, 2014, 11:46:12 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6021 r6033  
    3838 public:
    3939  t_frqObs() {
    40     _freqType        = t_frequency::dummy;
    41     _freq            = 0.0;
    4240    _code            = 0.0;         
    4341    _codeValid       = false;     
     
    5351  }
    5452  std::string       _rnxType2ch;
    55   t_frequency::type _freqType;
    56   double            _freq;
    5753  double            _code;         
    5854  bool              _codeValid;     
Note: See TracChangeset for help on using the changeset viewer.