Changeset 994 in ntrip
- Timestamp:
- Jul 29, 2008, 10:49:13 AM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r991 r994 629 629 _lastDumpCoSec - coTime + _waitCoTime); 630 630 messagePrivate(line.toAscii()); 631 emit( newMessage(line.toAscii()) ); 631 632 return; 632 633 } -
trunk/BNC/bncapp.h
r991 r994 48 48 void slotNewCorrLine(QString line, QString staID, long coTime); 49 49 void slotQuit(); 50 51 signals: 52 void newMessage(QByteArray msg); 50 53 51 54 private slots:
Note:
See TracChangeset
for help on using the changeset viewer.