Changeset 8085 in ntrip


Ignore:
Timestamp:
Mar 23, 2017, 1:13:15 PM (7 years ago)
Author:
stuerze
Message:

minor changes: IGS08 => IGS14

Location:
trunk/BNC/src/upload
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bnccustomtrafo.cpp

    r7666 r8085  
    113113  editLayout->addWidget(new QLabel(tr("t0 [y]")),         4, 4, Qt::AlignRight);
    114114  editLayout->addWidget(_t0LineEdit,                      4, 5);
    115   editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS08"), 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);
    116116  editLayout->addWidget(new QLabel("into target reference system."), 6, 0, 1, 6, Qt::AlignCenter);
    117117
     
    120120  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    121121  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
    122  
     122
    123123  _buttonCancel = new QPushButton(tr("Cancel"), this);
    124124  connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8080 r8085  
    249249  int iEpoBegEarlier = _rtnetStreamBuffer.indexOf('*');
    250250  if (iEpoBegEarlier != -1 && iEpoBegEarlier < iEpoBeg) { // are there two epoch lines in buffer?
    251           _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoBegEarlier);
     251    _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoBegEarlier);
    252252  }
    253253  else {
     
    22782278
    22792279  double dc = 0.0;
    2280   if (_crdTrafo != "IGS08") {
     2280  if (_crdTrafo != "IGS14") {
    22812281    crdTrafo(GPSweek, xP, dc);
    22822282  }
Note: See TracChangeset for help on using the changeset viewer.