Changeset 2145 in ntrip for trunk/BNC/bncpppclient.cpp


Ignore:
Timestamp:
Dec 31, 2009, 11:15:50 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2143 r2145  
    334334  // ---------------
    335335  if (_model->update(_epoData) == success) {
    336     double xyz[3];
    337     xyz[0] = _model->x();
    338     xyz[1] = _model->y();
    339     xyz[2] = _model->z();
    340     emit newPosition(_model->time(), xyz);   
    341   }
    342 }
    343 
     336    emit newPosition(_model->time(), _model->x(), _model->y(), _model->z());
     337  }
     338}
     339
Note: See TracChangeset for help on using the changeset viewer.