Changeset 1728 in ntrip for trunk/BNS/bnssettings.cpp


Ignore:
Timestamp:
Mar 5, 2009, 10:20:24 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssettings.cpp

    r1695 r1728  
    2626    setValue("proxyHost",   "");
    2727    setValue("proxyPort",   "");
     28
    2829    setValue("logFile",     "");
     30    setValue("fileAppend",  "0");
    2931    setValue("autoStart",   "0");
    30     setValue("fileAppend",  "0");
     32
    3133    setValue("ephHost",     "");
    3234    setValue("ephPort",     "");
    3335    setValue("ephEcho",     "");
     36
    3437    setValue("clkPort",     "");
    3538    setValue("inpEcho",     "");
     39
    3640    setValue("outHost1",    "");
    3741    setValue("outPort1",    "");
     
    3943    setValue("password1",   "");
    4044    setValue("refSys_1",    "IGS05");
     45    setValue("beClocks1",   "0");
    4146    setValue("outFile_1",   "");
    42     setValue("beClocks1",   "0");
     47
    4348    setValue("outHost2",    "");
    4449    setValue("outPort2",    "");
     
    4651    setValue("password2",   "");
    4752    setValue("refSys_2",    "IGS05");
     53    setValue("beClocks2",   "0");
    4854    setValue("outFile_2",   "");
    49     setValue("beClocks2",   "0");
     55
     56    setValue("outHost3",    "");
     57    setValue("outPort3",    "");
     58    setValue("mountpoint_3","");
     59    setValue("password3",   "");
     60    setValue("refSys_3",    "IGS05");
     61    setValue("beClocks3",   "0");
     62    setValue("outFile_3",   "");
     63
    5064    setValue("rnxPath",     "");
    5165    setValue("rnxIntr",     "1 min");
    5266    setValue("rnxSampl",    "0");
     67
    5368    setValue("sp3Path",     "");
    5469    setValue("sp3Intr",     "10 min");
    5570    setValue("sp3Sampl",    "0");
     71
    5672    setValue("startTab",    "0");
    5773    sync();
Note: See TracChangeset for help on using the changeset viewer.