Changeset 1390 in ntrip for trunk/BNC/bnccaster.cpp
- Timestamp:
- Dec 29, 2008, 11:12:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1353 r1390 39 39 * -----------------------------------------------------------------------*/ 40 40 41 #include <iostream> 42 41 43 #include <math.h> 42 44 #include <unistd.h> … … 47 49 #include "bncutils.h" 48 50 #include "RTCM/GPSDecoder.h" 51 52 using namespace std; 49 53 50 54 // Constructor … … 117 121 while(it.hasNext()){ 118 122 bncGetThread* thread = it.next(); 123 cout << "~bncCaster A" << endl; 119 124 thread->terminate(); 125 cout << "~bncCaster B" << endl; 120 126 thread->wait(); 127 cout << "~bncCaster C" << endl; 121 128 delete thread; 129 cout << "~bncCaster D" << endl; 122 130 } 123 131 delete _out;
Note:
See TracChangeset
for help on using the changeset viewer.