Changeset 5879 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 8, 2014, 12:58:03 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5873 r5879  
    9494  _bncFigureLate = new bncFigureLate(this);
    9595  _bncFigurePPP  = new bncFigurePPP(this);
    96   connect(BNC_CORE, SIGNAL(newPosition(bncTime, double, double, double)),
    97           _bncFigurePPP, SLOT(slotNewPosition(bncTime, double, double, double)));
     96  connect(BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)),
     97          _bncFigurePPP, SLOT(slotNewPosition(bncTime, QVector<double>)));
    9898  _runningRealTime           = false;
    9999  _runningPostProcessingReqc = false;
     
    24822482    _mapWin = new bncMapWin(this);
    24832483    connect(_mapWin, SIGNAL(mapClosed()), this, SLOT(slotMapPPPClosed()));
    2484     connect(BNC_CORE, SIGNAL(newPosition(bncTime, double, double, double)),
    2485             _mapWin, SLOT(slotNewPosition(bncTime, double, double, double)));
     2484    connect(BNC_CORE, SIGNAL(newPosition(bncTime, QVector<double>)),
     2485            _mapWin, SLOT(slotNewPosition(bncTime, QVector<double>)));
    24862486  }
    24872487  _mapWin->show();
Note: See TracChangeset for help on using the changeset viewer.