Changeset 2102 in ntrip for trunk/BNS


Ignore:
Timestamp:
Dec 7, 2009, 9:07:09 PM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssettings.cpp

    r1805 r2102  
    4343    setValue("password1",   "");
    4444    setValue("refSys_1",    "IGS05");
    45     setValue("beClocks1",   "0");
     45    setValue("CoM_1",      "0");
    4646    setValue("outFile_1",   "");
    4747
     
    5151    setValue("password2",   "");
    5252    setValue("refSys_2",    "IGS05");
    53     setValue("beClocks2",   "0");
     53    setValue("CoM_2",      "0");
    5454    setValue("outFile_2",   "");
    5555
     
    5959    setValue("password3",   "");
    6060    setValue("refSys_3",    "IGS05");
    61     setValue("beClocks3",   "0");
     61    setValue("CoM_3",       "0");
    6262    setValue("outFile_3",   "");
    6363
  • trunk/BNS/bnswindow.cpp

    r2048 r2102  
    316316  _sp3SamplSpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in seconds. A value of zero '0' tells BNS to store all available samples into SP3 orbit files."));
    317317  _autoStartCheckBox->setWhatsThis(tr("<p>Tick 'Auto start' for auto-start of BNS at startup time in window mode with preassigned processing options.</p>"));
     318  _CoM_1_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>"));
     319  _CoM_2_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>"));
     320  _CoM_3_CheckBox->setWhatsThis(tr("<p>By default orbit and clock corrections refer to APC. Tick 'Center of Mass' to refer uploaded corrections to CoM.</p>"));
     321
    318322
    319323  // TabWidget
Note: See TracChangeset for help on using the changeset viewer.