Changeset 5954 in ntrip for trunk/BNC/src/map


Ignore:
Timestamp:
Aug 16, 2014, 3:41:47 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/map
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5952 r5954  
    164164//
    165165////////////////////////////////////////////////////////////////////////////
    166 void bncMapWin::slotNewPosition(bncTime /* time */, QVector<double> xx) {
     166void bncMapWin::slotNewPosition(QByteArray /* staID */, bncTime /* time */, QVector<double> xx) {
    167167  double ell[3];
    168168  xyz2ell(xx.data(), ell);
  • trunk/BNC/src/map/bncmapwin.h

    r5879 r5954  
    4141
    4242 public slots:
    43   void slotNewPosition(bncTime time, QVector<double> xx);
     43  void slotNewPosition(QByteArray staID, bncTime time, QVector<double> xx);
    4444
    4545 private slots:
Note: See TracChangeset for help on using the changeset viewer.