Changeset 5577 in ntrip for trunk/BNC/src/RTCM3


Ignore:
Timestamp:
Nov 25, 2013, 6:06:18 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/RTCM3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp

    r5576 r5577  
    7777          BNC_CORE, SLOT(slotNewCorrLine(QString, QString, bncTime)));
    7878
     79  connect(this, SIGNAL(providerIDChanged(QString)),
     80          BNC_CORE, SIGNAL(providerIDChanged(QString)));
     81
    7982  connect(this, SIGNAL(newMessage(QByteArray,bool)),
    8083          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
     
    446449   
    447450  if (alreadySet && different) {
     451    emit providerIDChanged(_staID);
    448452    emit newMessage("RTCM3coDecoder: Provider Changed\n", true);
    449453  }
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r5576 r5577  
    5252  void newCorrLine(QString line, QString staID, bncTime coTime);
    5353  void newMessage(QByteArray msg, bool showOnScreen);
     54  void providerIDChanged(QString staID);
    5455
    5556 private:
Note: See TracChangeset for help on using the changeset viewer.