Changeset 5873 in ntrip for trunk/BNC/src/bnccore.h


Ignore:
Timestamp:
Aug 8, 2014, 11:42:16 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5861 r5873  
    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);
    7879  void slotQuit();
    7980
     
    8586  void newCorrections(QStringList);
    8687  void providerIDChanged(QString);
     88  void newPosition(bncTime time, double x, double y, double z);
    8789   
    8890 private slots:
Note: See TracChangeset for help on using the changeset viewer.