Changeset 10073 in ntrip


Ignore:
Timestamp:
May 23, 2023, 9:23:19 AM (11 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.cpp

    r10040 r10073  
    6767////////////////////////////////////////////////////////////////////////////
    6868t_bncCore::t_bncCore() : _ephUser(false) {
    69   _GUIenabled  = true;
    7069  _logFileFlag = 0;
    7170  _logFile     = 0;
  • trunk/BNC/src/bncmain.cpp

    r10062 r10073  
    411411    app->setApplicationName("BNC");
    412412    app->setOrganizationName("BKG");
    413     app->setOrganizationDomain("www.bkg.bund.de");
    414     //app->setWindowIcon(QPixmap(":ntrip-logo.png"));
     413    app->setOrganizationDomain("www.bkg.bund.de");    //app->setWindowIcon(QPixmap(":ntrip-logo.png"));
    415414    BNC_CORE->setGUIenabled(GUIenabled);
    416415  }
    417 
    418416  BNC_CORE->setConfFileName( confFileName );
    419417
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r9854 r10073  
    6969  _navFileNames    = settings.value("reqcNavFile").toString().split(",", QString::SkipEmptyParts);
    7070  _reqcPlotSignals = settings.value("reqcSkyPlotSignals").toString();
    71   _defaultSignalTypes << "G:1&2&5" << "R:1&2&3" << "J:1&2" << "E:1&5" << "S:1&5" << "C:2&7" << "I:5&9";
     71  _defaultSignalTypes << "G:1&2&5" << "R:1&2&3" << "J:1&2" << "E:1&5" << "S:1&5" << "C:2&6" << "I:5&9";
    7272  if (_reqcPlotSignals.isEmpty()) {
    7373    _reqcPlotSignals = _defaultSignalTypes.join(" ");
     
    7777  qRegisterMetaType< QVector<t_skyPlotData> >("QVector<t_skyPlotData>");
    7878
    79   connect(this, SIGNAL(dspSkyPlot(const QString&, QVector<t_skyPlotData>,
    80                                   const QByteArray&, double)),
    81           this, SLOT(slotDspSkyPlot(const QString&, QVector<t_skyPlotData>,
    82                                     const QByteArray&, double)));
     79  connect(this, SIGNAL(dspSkyPlot(const QString&, QVector<t_skyPlotData>, const QByteArray&, double)),
     80          this, SLOT(slotDspSkyPlot(const QString&, QVector<t_skyPlotData>, const QByteArray&, double)));
    8381
    8482  connect(this, SIGNAL(dspAvailPlot(const QString&, const QByteArray&)),
Note: See TracChangeset for help on using the changeset viewer.