Ignore:
Timestamp:
Nov 25, 2013, 6:06:18 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 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  }
Note: See TracChangeset for help on using the changeset viewer.