- Timestamp:
- Apr 8, 2017, 10:20:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppMain.cpp
r8092 r8097 153 153 opt->_realTime = _realTime; 154 154 opt->_roverName = hlp[0].toStdString(); 155 opt->_aprSigCrd[0] = hlp[1].toDouble()+1e-30 0;156 opt->_aprSigCrd[1] = hlp[2].toDouble()+1e-30 0;157 opt->_aprSigCrd[2] = hlp[3].toDouble()+1e-30 0;158 opt->_noiseCrd[0] = hlp[4].toDouble()+1e-30 0;159 opt->_noiseCrd[1] = hlp[5].toDouble()+1e-30 0;160 opt->_noiseCrd[2] = hlp[6].toDouble()+1e-30 0;155 opt->_aprSigCrd[0] = hlp[1].toDouble()+1e-30; 156 opt->_aprSigCrd[1] = hlp[2].toDouble()+1e-30; 157 opt->_aprSigCrd[2] = hlp[3].toDouble()+1e-30; 158 opt->_noiseCrd[0] = hlp[4].toDouble()+1e-30; 159 opt->_noiseCrd[1] = hlp[5].toDouble()+1e-30; 160 opt->_noiseCrd[2] = hlp[6].toDouble()+1e-30; 161 161 opt->_aprSigTrp = hlp[7].toDouble(); 162 162 opt->_noiseTrp = hlp[8].toDouble();
Note:
See TracChangeset
for help on using the changeset viewer.