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


Ignore:
Timestamp:
Jun 11, 2013, 3:24:07 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5121 r5206  
    7070    void slotMessage(QByteArray msg, bool showOnScreen);
    7171    void slotNewGPSEph(gpsephemeris* gpseph);
    72     void slotNewGlonassEph(glonassephemeris* glonasseph);
     72    void slotNewGlonassEph(glonassephemeris* glonasseph, const QString& staID);
    7373    void slotNewGalileoEph(galileoephemeris* galileoeph);
    7474    void slotNewCorrLine(QString line, QString staID, bncTime coTime);
     
    8888    void printEphHeader();
    8989    void printGPSEph(gpsephemeris* ep, bool printFile);
    90     void printGlonassEph(glonassephemeris* ep, bool printFile);
     90    void printGlonassEph(glonassephemeris* ep, bool printFile, const QString& staID);
    9191    void printGalileoEph(galileoephemeris* ep, bool printFile);
    9292    void printOutput(bool printFile, QTextStream* stream,
Note: See TracChangeset for help on using the changeset viewer.