Changeset 5340 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
- Timestamp:
- Aug 19, 2013, 3:49:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r5132 r5340 177 177 _t0 = 0000.0; 178 178 } 179 elso if (_crdTrafo == "DREF91") { 180 _dx = -0.0118; 181 _dy = 0.1432; 182 _dz = -0.1117; 183 _dxr = 0.0001; 184 _dyr = 0.0001; 185 _dzr = -0.0018; 186 _ox = 0.003291; 187 _oy = 0.006190; 188 _oz = -0.011012; 189 _oxr = 0.000081; 190 _oyr = 0.000490; 191 _ozr = -0.000792; 192 _sc = 12.24; 193 _scr = 0.08; 194 _t0 = 2000.0; 195 } 179 196 else if (_crdTrafo == "Custom") { 180 197 _dx = settings.value("trafo_dx").toDouble();
Note:
See TracChangeset
for help on using the changeset viewer.