Changeset 994 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 29, 2008, 10:49:13 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r991 r994  
    629629                    _lastDumpCoSec - coTime + _waitCoTime);
    630630    messagePrivate(line.toAscii());
     631    emit( newMessage(line.toAscii()) );
    631632    return;
    632633  }
  • trunk/BNC/bncapp.h

    r991 r994  
    4848    void slotNewCorrLine(QString line, QString staID, long coTime);
    4949    void slotQuit();
     50
     51 signals:
     52   void newMessage(QByteArray msg);
    5053   
    5154 private slots:
Note: See TracChangeset for help on using the changeset viewer.