Changeset 1535 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Jan 25, 2009, 8:53:37 AM (16 years ago)
- Location:
- trunk/BNC/RTCM3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r1299 r1535 47 47 #include "bncconst.h" 48 48 #include "bncapp.h" 49 #include "bncutils.h" /* Weber, for latencies */ 49 #include "bncutils.h" 50 #include "bncsettings.h" 50 51 51 52 using namespace std; … … 64 65 RTCM3Decoder::RTCM3Decoder(const QString& staID) : GPSDecoder() { 65 66 66 QSettings settings;67 bncSettings settings; 67 68 _checkMountPoint = settings.value("messTypes").toString(); 68 69 _staID = staID; -
trunk/BNC/RTCM3/RTCM3coDecoder.cpp
r1227 r1535 46 46 #include "bncrinex.h" 47 47 #include "bncapp.h" 48 #include "bncsettings.h" 48 49 49 50 using namespace std; … … 57 58 // File Output 58 59 // ----------- 59 QSettings settings;60 bncSettings settings; 60 61 QString path = settings.value("corrPath").toString(); 61 62 if (!path.isEmpty()) { … … 84 85 if (!_fileNameSkl.isEmpty()) { 85 86 86 QSettings settings;87 bncSettings settings; 87 88 88 89 QDateTime datTim = currentDateAndTimeGPS();
Note:
See TracChangeset
for help on using the changeset viewer.