- Timestamp:
- Jan 3, 2010, 4:14:21 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncfigureppp.cpp ¶
r2165 r2167 180 180 int ww = QFontMetrics(this->font()).width('w'); 181 181 182 painter.drawText(0,pntP.y() - ww * 0.5,pntP.x() - ww * 0.25,pntP.x(),Qt::AlignRight,strP); 183 painter.drawText(0,pntM.y() - ww * 0.5,pntM.x() - ww * 0.25,pntM.y(),Qt::AlignRight,strM); 184 painter.drawText(0,pntZ.y() - ww * 0.5,pntZ.x() - ww * 0.25,pntZ.y(),Qt::AlignRight,strZ); 182 painter.setPen(QColor(Qt::red)); 183 painter.drawText(0,int( ww * 1.0),int(pntP.x() + ww * 3.00), 184 int(pntP.x()),Qt::AlignRight,"N"); 185 painter.setPen(QColor(Qt::green)); 186 painter.drawText(0,int( ww * 1.0),int(pntP.x() + ww * 4.00), 187 int(pntP.x()),Qt::AlignRight,"E"); 188 painter.setPen(QColor(Qt::blue)); 189 painter.drawText(0,int( ww * 1.0),int(pntP.x() + ww * 5.00), 190 int(pntP.x()),Qt::AlignRight,"U"); 191 painter.setPen(QColor(Qt::black)); 192 193 painter.drawText(0,int(pntP.y() - ww * 0.5),int(pntP.x() - ww * 0.25), 194 int(pntP.x()),Qt::AlignRight,strP); 195 painter.drawText(0,int(pntM.y() - ww * 0.5),int(pntM.x() - ww * 0.25), 196 int(pntM.y()),Qt::AlignRight,strM); 197 painter.drawText(0,int(pntZ.y() - ww * 0.5),int(pntZ.x() - ww * 0.25), 198 int(pntZ.y()),Qt::AlignRight,strZ); 185 199 186 200 painter.drawLine(pntP.x(), pntP.y(), pntP.x()+ww, pntP.y()); … … 205 219 double xFirstCharTic = pntTic.x() - ww * 1.2; 206 220 if ( xFirstCharTic > pntZ.x()) { 207 painter.drawText(xFirstCharTic,pntTic.y() + ww * 1.7,strTic); 208 painter.drawLine(pntTic.x(),pntTic.y(),pntTic.x(),pntTic.y() + ww * 0.5); 221 painter.drawText(int(xFirstCharTic),int(pntTic.y() + ww * 1.7),strTic); 222 painter.drawLine(int(pntTic.x()),int(pntTic.y()), 223 int(pntTic.x()),int(pntTic.y() + ww * 0.5)); 209 224 } 210 225 } -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r2165 r2167 430 430 _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>")); 431 431 _serialHeightNMEALineEdit->setWhatsThis(tr("<p>Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA-GGA message.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>")); 432 _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to estimate coordinates for the affected receiver position through a PPP solution.</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris.</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver only in low repetition rate or dont come at all from there.</p>")); 432 _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to estimate coordinates for the affected receiver position through a PPP solution.</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris referring to the satellites' Antenna Phase Centers (APC).</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver only in low repetition rate or dont come at all from there.</p>")); 433 433 _pppStaticCheckBox->setWhatsThis(tr("<p>By default BNC considers the rover receiver as mobile.</p><p>Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.</p>")); 434 434 _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>")); … … 439 439 _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>")); 440 440 _pppRefCrdZLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>")); 441 _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to mean values calculated from results received over the latest 5 minues."));441 _bncFigurePPP->setWhatsThis(tr("PPP time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to mean values calculated from results received over the past 5 minues.")); 442 442 443 443 // Canvas with Editable Fields … … 474 474 _loggroup->addTab(_bncFigure,tr("Throughput")); 475 475 _loggroup->addTab(_bncFigureLate,tr("Latency")); 476 _loggroup->addTab(_bncFigurePPP,tr("PPP (NEU)"));476 _loggroup->addTab(_bncFigurePPP,tr("PPP")); 477 477 478 478 // Proxy Tab … … 1549 1549 _pppUsePhaseCheckBox->setPalette(palette_white); 1550 1550 _pppEstTropoCheckBox->setPalette(palette_white); 1551 _pppGLONASSCheckBox->setPalette(palette_white); 1551 // _pppGLONASSCheckBox->setPalette(palette_white); 1552 _pppGLONASSCheckBox->setPalette(palette_gray); 1552 1553 _pppNMEALineEdit->setEnabled(true); 1553 1554 _pppRefCrdXLineEdit->setEnabled(true); … … 1557 1558 _pppUsePhaseCheckBox->setEnabled(true); 1558 1559 _pppEstTropoCheckBox->setEnabled(true); 1559 _pppGLONASSCheckBox->setEnabled(true); 1560 // _pppGLONASSCheckBox->setEnabled(true); 1561 _pppGLONASSCheckBox->setEnabled(false); 1560 1562 } else { 1561 1563 _pppNMEALineEdit->setPalette(palette_gray);
Note:
See TracChangeset
for help on using the changeset viewer.