Changeset 5875 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 8, 2014, 11:57:04 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r5873 r5875  
    627627//
    628628////////////////////////////////////////////////////////////////////////////
    629 void t_bncCore::slotNewPosition(bncTime time, double x, double y, double z) {
    630   emit newPosition(time, x, y, z);
    631 }
    632 
    633 //
    634 ////////////////////////////////////////////////////////////////////////////
    635629void t_bncCore::slotQuit() {
    636630  cout << "t_bncCore::slotQuit" << endl;
  • trunk/BNC/src/bnccore.h

    r5873 r5875  
    7676  void slotNewGalileoEph(galileoephemeris* galileoeph);
    7777  void slotNewCorrLine(QString line, QString staID, bncTime coTime);
    78   void slotNewPosition(bncTime time, double x, double y, double z);
    7978  void slotQuit();
    8079
Note: See TracChangeset for help on using the changeset viewer.