Changeset 5875 in ntrip
- Timestamp:
- Aug 8, 2014, 11:57:04 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccore.cpp
r5873 r5875 627 627 // 628 628 //////////////////////////////////////////////////////////////////////////// 629 void t_bncCore::slotNewPosition(bncTime time, double x, double y, double z) {630 emit newPosition(time, x, y, z);631 }632 633 //634 ////////////////////////////////////////////////////////////////////////////635 629 void t_bncCore::slotQuit() { 636 630 cout << "t_bncCore::slotQuit" << endl; -
trunk/BNC/src/bnccore.h
r5873 r5875 76 76 void slotNewGalileoEph(galileoephemeris* galileoeph); 77 77 void slotNewCorrLine(QString line, QString staID, bncTime coTime); 78 void slotNewPosition(bncTime time, double x, double y, double z);79 78 void slotQuit(); 80 79
Note:
See TracChangeset
for help on using the changeset viewer.