Changeset 7522 in ntrip


Ignore:
Timestamp:
Oct 19, 2015, 12:53:22 PM (9 years ago)
Author:
weber
Message:

What's This completed for PPP (1) panel.

File:
1 edited

Legend:

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

    r7513 r7522  
    863863  _pppWidgets._corrMount->setMaximumWidth(20*ww);
    864864
     865  _pppWidgets._corrFile->setMaximumWidth(35*ww);
    865866  _pppWidgets._crdFile->setMaximumWidth(35*ww);
    866   _pppWidgets._antexFile->setMaximumWidth(35*ww);
     867  _pppWidgets._logPath->setMaximumWidth(35*ww);
    867868  _pppWidgets._snxtroPath->setMaximumWidth(35*ww);
    868869  _pppWidgets._snxtroIntr->setMaximumWidth(15*ww);
     
    877878  pppLayout1->addWidget(_pppWidgets._rinexObs,               ir, 4, 1, 3);
    878879  ++ir;
     880  pppLayout1->addWidget(new QLabel("Corrections stream"),    ir, 0);
     881  pppLayout1->addWidget(_pppWidgets._corrMount,              ir, 1);
    879882  pppLayout1->addWidget(new QLabel("   RINEX Nav file"),     ir, 3);
    880883  pppLayout1->addWidget(_pppWidgets._rinexNav,               ir, 4, 1, 3);
    881884  ++ir;
    882   pppLayout1->addWidget(new QLabel("Corrections stream"),    ir, 0);
    883   pppLayout1->addWidget(_pppWidgets._corrMount,              ir, 1);
    884   pppLayout1->addWidget(new QLabel("   Correction file"),    ir, 3);
    885   pppLayout1->addWidget(_pppWidgets._corrFile,               ir, 4, 1, 3);
     885  pppLayout1->addWidget(new QLabel("Correction file"),       ir, 0);
     886  pppLayout1->addWidget(_pppWidgets._corrFile,               ir, 1);
     887  pppLayout1->addWidget(new QLabel("   ANTEX file"),         ir, 3);
     888  pppLayout1->addWidget(_pppWidgets._antexFile,              ir, 4, 1, 3);
    886889  ++ir;
    887890  pppLayout1->addWidget(new QLabel("Coordinates"),           ir, 0);
    888891  pppLayout1->addWidget(_pppWidgets._crdFile,                ir, 1);
    889   pppLayout1->addWidget(new QLabel("   Logfile Directory"),  ir, 3);
    890   pppLayout1->addWidget(_pppWidgets._logPath,                ir, 4, 1, 3);
    891   ++ir;
    892   pppLayout1->addWidget(new QLabel("ANTEX file"),            ir, 0);
    893   pppLayout1->addWidget(_pppWidgets._antexFile,              ir, 1);
    894 
     892  pppLayout1->addWidget(new QLabel("   Version 3 filenames"),ir, 3);
     893  pppLayout1->addWidget(_pppWidgets._v3filenames,            ir, 4, 1, 3);
     894  ++ir;
     895  pppLayout1->addWidget(new QLabel("Logfile Directory"),     ir, 0);
     896  pppLayout1->addWidget(_pppWidgets._logPath,                ir, 1);
    895897  pppLayout1->addWidget(new QLabel("   NMEA Directory"),     ir, 3);
    896898  pppLayout1->addWidget(_pppWidgets._nmeaPath,               ir, 4, 1, 3);
    897 
    898899  ++ir;
    899900  pppLayout1->addWidget(new QLabel("SNX TRO directory"),     ir, 0);
     
    904905  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 6, Qt::AlignRight);
    905906  ++ir;
    906   pppLayout1->addWidget(new QLabel("Version 3 filenames"),   ir, 0);
    907   pppLayout1->addWidget(_pppWidgets._v3filenames,            ir, 1);
    908 
    909   ++ir;
    910907  pppLayout1->setRowStretch(ir, 999);
    911908
     
    927924  _pppWidgets._corrFile->setWhatsThis(tr("<p>Specify the Broadcast Ephemeris Corrections file as saved beforehand using BNC.</p><p>If you don't specify corrections through this option, BNC will fall back to Single Point Positioning (SPP, positioning from RINEX Obs and RINEX Nav files only) instead of doing PPP.</p>"));
    928925
    929   _pppWidgets._logPath->setWhatsThis(tr("<p>Specify the path to daily PPP logfiles using e.g. the following syntax (example):</p><p> ./PPP_${STATION}_${DATE}.log</p><p>BNC will produce one daily PPP logfile per station. Variable ${STATION} stands for the affected station and ${DATE} stands for the date.</p>"));
    930 
    931   _pppWidgets._nmeaPath->setWhatsThis(tr("<p>Specify the path to daily NMEA files using e.g. the following syntax (example):</p><p> ./PPP_${STATION}_${DATE}.nmea</p><p>BNC will produce one daily NMEA file per station, mainly to save NMEA GGA sentences from the PPP solution. Variable ${STATION} stands for the affected station and ${DATE} stands for the date.</p>"));
    932 
    933   _pppWidgets._snxtroPath->setWhatsThis(tr("<p>Specify a path for saving SINEX Troposphere files on disk using e.g. the following syntax (example):</p><p> ./PPP_${STATION}${DOY}.${YY}.zpd</p><p>BNC will produce files per station to save troposphere parameters from the PPP solution in SINEX Troposphere format. Variable ${STATION} stands for the affected station, ${DOY} stands for the Day Of Year, and ${YY} for the year.</p>"));
     926  _pppWidgets._v3filenames->setWhatsThis(tr("<p>Tick 'Version 3 filenames' to let BNC create so-called extended filenames for PPP logfiles, NMEA files and SINEX Troposphere files following the RINEX Version 3 standard.</p><p>Default is an empty check box, meaning to create filenames following the RINEX Version 2 standard. The file contents is not affected by this option. It only concerns the filenames.</p>"));
     927
     928  _pppWidgets._logPath->setWhatsThis(tr("<p>Specify a directory for saving daily PPP logfiles. If the specified directory does not exist, BNC will not create PPP logfiles.</p><p>Default is an empty option field, meaning that no PPP logfiles shall be produced.</p>"));
     929
     930  _pppWidgets._nmeaPath->setWhatsThis(tr("<p>Specify a directory for saving coordinates in daily NMEA files. If the specified directory does not exist, BNC will not create NMEA files.</p><p>Default is an empty option field, meaning that no NMEA file shall be produced.</p>"));
     931
     932  _pppWidgets._snxtroPath->setWhatsThis(tr("<p>Specify a directory for saving SINEX Troposphere files. If the specified directory does not exist, BNC will not create SINEX Troposphere files.</p><p>Default is an empty option field, meaning that no SINEX Troposphere files shall be produced.</p>"));
    934933
    935934  _pppWidgets._snxtroSampl->setWhatsThis(tr("<p>Select a 'Sampling' rate for saving troposphere paramers.</p><p>Default 'Sampling' rate is '0', meaning that all troposphere estimates will be saved on disk.</p>"));
Note: See TracChangeset for help on using the changeset viewer.