Changeset 3034 in ntrip
- Timestamp:
- Feb 25, 2011, 12:58:40 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncantex.cpp
r2938 r3034 201 201 } 202 202 203 delete newFrqMap; 204 delete newAntMap; 205 203 206 return success; 204 207 } -
trunk/BNC/bncapp.cpp
r3027 r3034 175 175 QDate currDate = currentDateAndTimeGPS().date(); 176 176 if (_logFileFlag == 0 || _fileDate != currDate) { 177 delete _logFile; 177 delete _logStream; _logStream = 0; 178 delete _logFile; _logFile = 0; 178 179 _logFileFlag = 1; 179 180 bncSettings settings; -
trunk/BNC/bnccaster.cpp
r3003 r3034 127 127 _epochs = new QMultiMap<long, t_obs>; 128 128 129 _lastDumpSec 130 129 _lastDumpSec = 0; 130 _waitTime = 0; 131 131 _confInterval = -1; 132 132 } -
trunk/BNC/bncmodel.cpp
r2942 r3034 283 283 } 284 284 delete _antex; 285 for (int iPar = 1; iPar <= _params.size(); iPar++) { 286 delete _params[iPar-1]; 287 } 285 288 } 286 289 -
trunk/BNC/combination/bnccomb.cpp
r3032 r3034 485 485 486 486 ll(iObs) = corr->dClk * t_CST::c - DotProduct(AA.Row(iObs), x0); 487 488 delete corr; 489 }487 } 488 489 delete epo; 490 490 } 491 491 -
trunk/BNC/run_valgrind
r627 r3034 2 2 if [ "$1" == "start" ] 3 3 then 4 valgrind --leak-check=full ./bnc - nw2> valgrind.txt &4 valgrind --num-callers=50 --leak-check=full ./bnc --file bnc_cmb.raw_110221 --staID "FFMJ1" --conf POST.conf --format RTCM_3 2> valgrind.txt & 5 5 elif [ "$1" == "stop" ] 6 6 then
Note:
See TracChangeset
for help on using the changeset viewer.