Changeset 5954 in ntrip for trunk/BNC/src/map
- Timestamp:
- Aug 16, 2014, 3:41:47 PM (11 years ago)
- Location:
- trunk/BNC/src/map
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5952 r5954 164 164 // 165 165 //////////////////////////////////////////////////////////////////////////// 166 void bncMapWin::slotNewPosition( bncTime /* time */, QVector<double> xx) {166 void bncMapWin::slotNewPosition(QByteArray /* staID */, bncTime /* time */, QVector<double> xx) { 167 167 double ell[3]; 168 168 xyz2ell(xx.data(), ell); -
trunk/BNC/src/map/bncmapwin.h
r5879 r5954 41 41 42 42 public slots: 43 void slotNewPosition( bncTime time, QVector<double> xx);43 void slotNewPosition(QByteArray staID, bncTime time, QVector<double> xx); 44 44 45 45 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.