Changeset 5954 in ntrip for trunk/BNC/src/bncfigureppp.cpp
- Timestamp:
- Aug 16, 2014, 3:41:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncfigureppp.cpp
r5882 r5954 75 75 // 76 76 //////////////////////////////////////////////////////////////////////////// 77 void bncFigurePPP::slotNewPosition( bncTime time, QVector<double> xx){77 void bncFigurePPP::slotNewPosition(QByteArray staID, bncTime time, QVector<double> xx){ 78 78 79 79 QMutexLocker locker(&_mutex); 80 81 bncSettings settings; 82 if (settings.value("PPP/plotCoordinates").toByteArray() != staID) { 83 return; 84 } 80 85 81 86 pppPos* newPos = new pppPos;
Note:
See TracChangeset
for help on using the changeset viewer.