Changeset 8869 in ntrip


Ignore:
Timestamp:
Dec 4, 2019, 10:38:00 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8867 r8869  
    224224      "   PPP/lcGalileo    {Select observations from Galileo code or phase data [character string: no|Pi|Li|Pi&Li]}\n"
    225225      "   PPP/lcBDS        {Select observations from BDS code or phase data [character string: no|Pi|Li|Pi&Li]}\n"
    226       "   PPP/modelObs     {select observation model [character string: Ionosphere-free PPP|Uncombined PPP|DCM with Code Biases|DCM with Phase Biases]}\n"
    227       "   PPP/psedoObs     {select if pesudo obaservations shall be added [character string: no|Ionosphere]}\n"
     226      "   PPP/modelObs     {select observation model [character string: Ionosphere-free PPP|Undifferenced PPP-RTK|DCM with Code Biases|DCM with Phase Biases]}\n"
    228227      "   PPP/sigmaC1      {Sigma for code observations in meters [floating-point number]}\n"
    229228      "   PPP/sigmaL1      {Sigma for phase observations in meters [floating-point number]}\n"
     
    244243      "   PPP/mapWinDotSize    {Size of dots on map [integer number: 0-10]}\n"
    245244      "   PPP/mapWinDotColor   {Color of dots and cross hair on map [character string: red|yellow]}\n"
    246       "   PPP/mapSpeedSlider   {Offline processing speed for mapping [integer number: 1-100]}\n"
     245      "   PPP/mapSpeedSlider   {Off-line processing speed for mapping [integer number: 1-100]}\n"
    247246      "\n"
    248247      "Combine Corrections Panel keys:\n"
     
    319318      "CUT000AUS0,100.0,100.0,100.0,100.0,100.0,100.0,0.1,3e-6,7778\"\n";
    320319
     320
     321  const char *display = getenv("DISPLAY");
     322  if (!display) {
     323    qputenv("QT_QPA_PLATFORM", "offscreen");
     324  }
     325
    321326  for (int ii = 1; ii < argc; ii++) {
    322327    if (QRegExp("--?help").exactMatch(argv[ii])) {
     
    325330    }
    326331    if (QRegExp("--?nw").exactMatch(argv[ii])) {
    327       //strcpy(argv[ii], "--nw -platform offscreen");
    328332      interactive = false;
    329333    }
Note: See TracChangeset for help on using the changeset viewer.