Changeset 10073 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- May 23, 2023, 9:23:19 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r9854 r10073 69 69 _navFileNames = settings.value("reqcNavFile").toString().split(",", QString::SkipEmptyParts); 70 70 _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"; 72 72 if (_reqcPlotSignals.isEmpty()) { 73 73 _reqcPlotSignals = _defaultSignalTypes.join(" "); … … 77 77 qRegisterMetaType< QVector<t_skyPlotData> >("QVector<t_skyPlotData>"); 78 78 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))); 83 81 84 82 connect(this, SIGNAL(dspAvailPlot(const QString&, const QByteArray&)),
Note:
See TracChangeset
for help on using the changeset viewer.