Changeset 8085 in ntrip for trunk/BNC/src
- Timestamp:
- Mar 23, 2017, 1:13:15 PM (8 years ago)
- Location:
- trunk/BNC/src/upload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bnccustomtrafo.cpp
r7666 r8085 113 113 editLayout->addWidget(new QLabel(tr("t0 [y]")), 4, 4, Qt::AlignRight); 114 114 editLayout->addWidget(_t0LineEdit, 4, 5); 115 editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS 08"), 5, 0, 1, 6, Qt::AlignCenter);115 editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS14"), 5, 0, 1, 6, Qt::AlignCenter); 116 116 editLayout->addWidget(new QLabel("into target reference system."), 6, 0, 1, 6, Qt::AlignCenter); 117 117 … … 120 120 _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this); 121 121 connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis())); 122 122 123 123 _buttonCancel = new QPushButton(tr("Cancel"), this); 124 124 connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8080 r8085 249 249 int iEpoBegEarlier = _rtnetStreamBuffer.indexOf('*'); 250 250 if (iEpoBegEarlier != -1 && iEpoBegEarlier < iEpoBeg) { // are there two epoch lines in buffer? 251 251 _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoBegEarlier); 252 252 } 253 253 else { … … 2278 2278 2279 2279 double dc = 0.0; 2280 if (_crdTrafo != "IGS 08") {2280 if (_crdTrafo != "IGS14") { 2281 2281 crdTrafo(GPSweek, xP, dc); 2282 2282 }
Note:
See TracChangeset
for help on using the changeset viewer.