- Timestamp:
- Aug 21, 2014, 11:46:12 AM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppInclude.h
r6021 r6033 38 38 public: 39 39 t_frqObs() { 40 _freqType = t_frequency::dummy;41 _freq = 0.0;42 40 _code = 0.0; 43 41 _codeValid = false; … … 53 51 } 54 52 std::string _rnxType2ch; 55 t_frequency::type _freqType;56 double _freq;57 53 double _code; 58 54 bool _codeValid; -
trunk/BNC/src/PPP/pppSatObs.cpp
r6032 r6033 96 96 if (obs->_rnxType2ch == obsType && obs->_codeValid && obs->_phaseValid) { 97 97 _obs[iFreq] = new t_frqObs(*obs); 98 _obs[iFreq]->_freqType = t_frequency::type(iFreq);99 98 } 100 99 }
Note:
See TracChangeset
for help on using the changeset viewer.