- Timestamp:
- Oct 2, 2008, 4:00:53 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r1139 r1140 172 172 // Raw Output 173 173 // ---------- 174 QByteArray rawOutFileName = "./" + _staID + ".raw";175 _rawOutFile = new QFile(rawOutFileName);176 _rawOutFile->open(QIODevice::WriteOnly);174 // QByteArray rawOutFileName = "./" + _staID + ".raw"; 175 // _rawOutFile = new QFile(rawOutFileName); 176 // _rawOutFile->open(QIODevice::WriteOnly); 177 177 178 178 msleep(100); //sleep 0.1 sec -
trunk/BNC/bncgetthread.h
r1138 r1140 68 68 69 69 private: 70 void initialize(); 70 71 t_irc initRun(); 71 72 void message(const QString&); -
trunk/BNC/bncmain.cpp
r1138 r1140 131 131 132 132 if (false) { 133 bncGetThread* getThread = new bncGetThread(" FFMJ2.raw","RTCM_3");133 bncGetThread* getThread = new bncGetThread("SASS0.raw","RTCM_3"); 134 134 app.connect(getThread, SIGNAL(newMessage(QByteArray)), 135 135 &app, SLOT(slotMessage(const QByteArray)));
Note:
See TracChangeset
for help on using the changeset viewer.