- Timestamp:
- Sep 24, 2006, 4:53:57 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r181 r186 67 67 //////////////////////////////////////////////////////////////////////////// 68 68 bncCaster::~bncCaster() { 69 QListIterator<bncGetThread*> it(_threads); 70 while(it.hasNext()){ 71 bncGetThread* thread = it.next(); 72 thread->terminate(); 73 } 69 74 delete _out; 70 75 delete _outFile; … … 143 148 144 149 _staIDs.push_back(getThread->staID()); 150 _threads.push_back(getThread); 145 151 } 146 152 -
trunk/BNC/bnccaster.h
r136 r186 48 48 QList<QByteArray> _staIDs; 49 49 QMap<QString, bncRinex*> _rinexWriters; 50 QList<bncGetThread*> _threads; 50 51 int _samplingRate; 51 52 long _waitTime;
Note:
See TracChangeset
for help on using the changeset viewer.