Changeset 5954 in ntrip for trunk/BNC/src/bncfigureppp.cpp


Ignore:
Timestamp:
Aug 16, 2014, 3:41:47 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncfigureppp.cpp

    r5882 r5954  
    7575//
    7676////////////////////////////////////////////////////////////////////////////
    77 void bncFigurePPP::slotNewPosition(bncTime time, QVector<double> xx){
     77void bncFigurePPP::slotNewPosition(QByteArray staID, bncTime time, QVector<double> xx){
    7878
    7979  QMutexLocker locker(&_mutex);
     80
     81  bncSettings settings;
     82  if (settings.value("PPP/plotCoordinates").toByteArray() != staID) {
     83    return;
     84  }
    8085
    8186  pppPos* newPos = new pppPos;
Note: See TracChangeset for help on using the changeset viewer.