Changeset 6077 in ntrip for trunk/BNC/src/PPP_free
- Timestamp:
- Sep 7, 2014, 5:15:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/bncpppclient.cpp
r6075 r6077 144 144 if (_model->update(_epoData) == success) { 145 145 output->_error = false; 146 output->_epoTime = _model->time(); 147 output->_xyzRover[0] = _model->x(); 148 output->_xyzRover[1] = _model->y(); 149 output->_xyzRover[2] = _model->z(); 150 output->_numSat = 0; 151 output->_pDop = 0.0; 146 152 } 147 153 else { … … 149 155 } 150 156 151 // Set Output152 // ----------153 output->_epoTime = _model->time();154 output->_xyzRover[0] = _model->x();155 output->_xyzRover[1] = _model->y();156 output->_xyzRover[2] = _model->z();157 output->_numSat = 0;158 output->_pDop = 0.0;159 157 output->_log = LOG.str(); 160 158 } … … 172 170 int channel = 0; 173 171 if (satData->system() == 'R') { 174 cerr << "not yet implemented" << endl;175 exit(0);172 // cerr << "not yet implemented" << endl; 173 // exit(0); 176 174 } 177 175
Note:
See TracChangeset
for help on using the changeset viewer.