Changeset 2888 in ntrip
- Timestamp:
- Jan 26, 2011, 12:26:23 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnc.pro ¶
r2880 r2888 2 2 # Switch to debug configuration 3 3 # ----------------------------- 4 CONFIG -= debug5 CONFIG += release4 CONFIG -= release 5 CONFIG += debug 6 6 7 7 -
TabularUnified trunk/BNC/bncantex.cpp ¶
r2887 r2888 80 80 QTextStream in(&inFile); 81 81 82 t_antMap* newAntMap = 0; 83 t_frqMap* newFrqMap = 0; 84 82 85 while ( !in.atEnd() ) { 83 86 QString line = in.readLine(); 84 87 85 t_antMap* newAntMap = 0;86 87 88 // Start of Antenna 88 89 // ---------------- … … 112 113 // --------------------------- 113 114 else if (newAntMap) { 114 t_frqMap* newFrqMap = 0;115 115 if (line.indexOf("TYPE / SERIAL NO") == 60) { 116 116 if (line.indexOf("BLACK I") == 0 || … … 142 142 // End of Frequency 143 143 // ---------------- 144 else if (line.indexOf("END OF FRQUENCY") == 60) { 144 else if (line.indexOf("END OF FREQUENCY") == 60) { 145 145 if (newFrqMap) { 146 146 if (line.indexOf("G01") == 3) {
Note:
See TracChangeset
for help on using the changeset viewer.