Changeset 6074 in ntrip
- Timestamp:
- Sep 7, 2014, 11:28:06 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP_free/bncpppclient.cpp
r6073 r6074 147 147 // --------------- 148 148 if (_model->update(_epoData) == success) { 149 /// emit newPosition(_model->time(), _model->x(), _model->y(), _model->z()); 149 output->_error = false; 150 output->_epoTime = _model->time(); 151 output->_xyzRover[0] = _model->x(); 152 output->_xyzRover[1] = _model->y(); 153 output->_xyzRover[2] = _model->z(); 150 154 } 151 155 else { -
trunk/BNC/src/src.pri
r6058 r6074 116 116 } 117 117 118 exists(PPP ) {118 exists(PPPxxx) { 119 119 INCLUDEPATH += PPP 120 120 HEADERS += PPP/pppClient.h PPP/pppObsPool.h PPP/pppEphPool.h \
Note:
See TracChangeset
for help on using the changeset viewer.