Changeset 2906 in ntrip
- Timestamp:
- Jan 27, 2011, 2:01:10 PM (14 years ago)
- Location:
- trunk/BNC/combination
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r2903 r2906 35 35 //////////////////////////////////////////////////////////////////////////// 36 36 void bncComb::processCorrLine(const QString& staID, const QString& line) { 37 /// cout << staID.toAscii().data() << " " << line.toAscii().data() << endl; 37 QMutexLocker locker(&_mutex); 38 39 /// cout << staID.toAscii().data() << " " << line.toAscii().data() << endl; 38 40 } 39 41 -
TabularUnified trunk/BNC/combination/bnccomb.h ¶
r2903 r2906 3 3 #define BNCCOMB_H 4 4 5 #include <QtCore>5 #include "bncephuser.h" 6 6 7 class bncComb : public QObject{7 class bncComb : public bncEphUser { 8 8 Q_OBJECT 9 9
Note:
See TracChangeset
for help on using the changeset viewer.