Changeset 6827 in ntrip
- Timestamp:
- May 10, 2015, 9:01:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncsettings.cpp
r6817 r6827 87 87 setValue_p("rnxPath", ""); 88 88 setValue_p("rnxIntr", "1 day"); 89 setValue_p("rnxOnlyWithSKL", ""); 89 90 setValue_p("rnxSampl", "0"); 90 91 setValue_p("rnxSkel", "SKL"); 92 setValue_p("rnxV2Priority", ""); 91 93 setValue_p("rnxScript", ""); 92 94 setValue_p("rnxV3", "0"); … … 96 98 setValue_p("outEphPort", ""); 97 99 setValue_p("ephV3", "0"); 100 // Reqc 101 setValue_p("reqcAction", ""); 102 setValue_p("reqcObsFile", ""); 103 setValue_p("reqcNavFile", ""); 104 setValue_p("reqcOutObsFile", ""); 105 setValue_p("reqcOutNavFile", ""); 106 setValue_p("reqcOutLogFile", ""); 107 setValue_p("reqcSkyPlotSignals", "C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5"); 108 setValue_p("reqcPlotDir", ""); 109 setValue_p("reqcRnxVersion", ""); 110 setValue_p("reqcSampling", ""); 111 setValue_p("reqcStartDateTime", ""); 112 setValue_p("reqcEndDateTime", ""); 113 setValue_p("reqcLogSummaryOnly", ""); 114 setValue_p("reqcRunBy", ""); 115 setValue_p("reqcComment", ""); 116 setValue_p("reqcOldMarkerName", ""); 117 setValue_p("reqcNewMarkerName", ""); 118 setValue_p("reqcOldAntennaName", ""); 119 setValue_p("reqcNewAntennaName", ""); 120 setValue_p("reqcOldReceiverName", ""); 121 setValue_p("reqcNewReceiverName", ""); 122 setValue_p("reqcNewAntennaNumber",""); 123 setValue_p("reqcNewAntennadE", ""); 124 setValue_p("reqcNewAntennadN", ""); 125 setValue_p("reqcNewAntennadU", ""); 126 setValue_p("reqcNewReceiverNumber", ""); 127 setValue_p("reqcOldAntennaNumber", ""); 128 setValue_p("reqcOldAntennadE", ""); 129 setValue_p("reqcOldAntennadN", ""); 130 setValue_p("reqcOldAntennadU", ""); 131 setValue_p("reqcOldReceiverNumber", ""); 132 setValue_p("reqcUseObsTypes", ""); 133 setValue_p("reqcV2Priority", ""); 134 // SP3 135 setValue_p("sp3CompFile", ""); 136 setValue_p("sp3CompExclude", ""); 137 setValue_p("sp3CompOutLogFile", ""); 98 138 // Braodcast Corrections 99 139 setValue_p("corrPath", ""); … … 117 157 setValue_p("serialFileNMEA", ""); 118 158 setValue_p("serialHeightNMEA", ""); 119 setValue_p("serialManualNMEASampling", "");159 setValue_p("serialManualNMEASampling", ""); 120 160 // Outages 121 161 setValue_p("obsRate", ""); … … 128 168 setValue_p("scanRTCM", "0"); 129 169 setValue_p("miscPort", ""); 130 // Reqc131 setValue_p("reqcAction", "");132 setValue_p("reqcObsFile", "");133 setValue_p("reqcNavFile", "");134 setValue_p("reqcOutObsFile", "");135 setValue_p("reqcOutNavFile", "");136 setValue_p("reqcOutLogFile", "");137 setValue_p("reqcSkyPlotSignals", "C:2&7 E:1&5 G:1&2 J:1&2 R:1&2 S:1&5");138 setValue_p("reqcPlotDir", "");139 setValue_p("reqcRnxVersion", "");140 setValue_p("reqcSampling", "");141 setValue_p("reqcStartDateTime", "");142 setValue_p("reqcEndDateTime", "");143 setValue_p("reqcRunBy", "");144 setValue_p("reqcComment", "");145 setValue_p("reqcOldMarkerName", "");146 setValue_p("reqcNewMarkerName", "");147 setValue_p("reqcOldAntennaName", "");148 setValue_p("reqcNewAntennaName", "");149 setValue_p("reqcOldReceiverName", "");150 setValue_p("reqcNewReceiverName", "");151 170 // Combination 152 171 setValue_p("combineStreams", ""); 153 172 setValue_p("cmbMethod", ""); 154 173 setValue_p("cmbMaxres", ""); 155 setValue_p("cmbSampl", "10"); 174 setValue_p("cmbSampl", "10"); 175 setValue_p("cmbUseGlonass", ""); 156 176 // Upload (clk) 157 177 setValue_p("uploadMountpointsOut",""); 158 178 setValue_p("uploadIntr", "1 day"); 159 179 setValue_p("uploadSamplRtcmEphCorr", "0"); 160 setValue_p("uploadSamplSp3", 161 setValue_p("uploadSamplClkRnx", 180 setValue_p("uploadSamplSp3", "1"); 181 setValue_p("uploadSamplClkRnx", "10"); 162 182 setValue_p("trafo_dx", ""); 163 183 setValue_p("trafo_dy", ""); … … 178 198 setValue_p("uploadEphHost", ""); 179 199 setValue_p("uploadEphPort", ""); 200 setValue_p("uploadAntexFile", ""); 180 201 setValue_p("uploadEphMountpoint", ""); 181 202 setValue_p("uploadEphPassword", "");
Note:
See TracChangeset
for help on using the changeset viewer.