Changeset 5187 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Jun 9, 2013, 10:48:43 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5181 r5187  
    116116//
    117117////////////////////////////////////////////////////////////////////////////
    118 void bncMapWin::slotGotoLocation(double lat, double lon) {
     118void bncMapWin::gotoLocation(double lat, double lon) {
    119119  _currLat = lat;
    120120  _currLon = lon;
     
    142142    _currLat += 0.00001;
    143143    _currLon += 0.00001;
    144     slotGotoLocation(_currLat, _currLon);
     144    gotoLocation(_currLat, _currLon);
    145145    QTimer::singleShot(100, this, SLOT(slotTest()));
    146146  }
    147147}
     148
     149//
     150////////////////////////////////////////////////////////////////////////////
     151void bncMapWin::slotNewPosition(bncTime time, double xx, double yy, double zz) {
     152
     153}
Note: See TracChangeset for help on using the changeset viewer.