Changeset 6074 in ntrip


Ignore:
Timestamp:
Sep 7, 2014, 11:28:06 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/bncpppclient.cpp

    r6073 r6074  
    147147  // ---------------
    148148  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();
    150154  }
    151155  else {
  • trunk/BNC/src/src.pri

    r6058 r6074  
    116116}
    117117
    118 exists(PPP) {
     118exists(PPPxxx) {
    119119  INCLUDEPATH += PPP
    120120  HEADERS += PPP/pppClient.h    PPP/pppObsPool.h   PPP/pppEphPool.h   \
Note: See TracChangeset for help on using the changeset viewer.