Changeset 1514 in ntrip
- Timestamp:
- Jan 20, 2009, 8:35:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmain.cpp
r1505 r1514 67 67 QString timeString; 68 68 QString confFileName; 69 QString confFileIs;70 69 71 70 for (int ii = 1; ii < argc; ii++) { … … 123 122 QCoreApplication::setOrganizationDomain("www.bkg.bund.de"); 124 123 if (!confFileName.isEmpty()) { 125 confFileIs = confFileName;124 QCoreApplication::setApplicationName(confFileName); 126 125 } else { 127 confFileIs = "BKG_NTRIP_Client"; 128 } 129 QCoreApplication::setApplicationName(confFileIs); 126 QCoreApplication::setApplicationName("BKG_NTRIP_Client"); 127 } 130 128 131 129 // Default Settings … … 138 136 settings.setValue("autoStart", "0"); 139 137 settings.setValue("binSampl", "0"); 140 settings.setValue("casterHost", "www.euref-ip.net"); 141 settings.setValue("casterPort", "2101"); 142 settings.setValue("casterUrlList", ""); 138 settings.setValue("casterUrlList", "http://user:pass@www.euref-ip.net:2101"); 143 139 settings.setValue("corrIntr", "1 day"); 144 140 settings.setValue("corrPath", "");
Note:
See TracChangeset
for help on using the changeset viewer.