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


Ignore:
Timestamp:
Mar 4, 2009, 9:34:15 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssettings.cpp

    r1680 r1695  
    2727    setValue("proxyPort",   "");
    2828    setValue("logFile",     "");
     29    setValue("autoStart",   "0");
    2930    setValue("fileAppend",  "0");
    30     setValue("refSys_1",    "IGS05");
    31     setValue("refSys_2",    "IGS05");
    32     setValue("inpEcho",     "");
    3331    setValue("ephHost",     "");
    3432    setValue("ephPort",     "");
    3533    setValue("ephEcho",     "");
    3634    setValue("clkPort",     "");
     35    setValue("inpEcho",     "");
    3736    setValue("outHost1",    "");
    3837    setValue("outPort1",    "");
     38    setValue("mountpoint_1","");
     39    setValue("password1",   "");
     40    setValue("refSys_1",    "IGS05");
     41    setValue("outFile_1",   "");
     42    setValue("beClocks1",   "0");
    3943    setValue("outHost2",    "");
    4044    setValue("outPort2",    "");
    41     setValue("mountpoint_1","");
    4245    setValue("mountpoint_2","");
    43     setValue("outFile_1",   "");
     46    setValue("password2",   "");
     47    setValue("refSys_2",    "IGS05");
    4448    setValue("outFile_2",   "");
    45     setValue("password1",   "");
    46     setValue("password2",   "");
     49    setValue("beClocks2",   "0");
    4750    setValue("rnxPath",     "");
    4851    setValue("rnxIntr",     "1 min");
     
    5255    setValue("sp3Sampl",    "0");
    5356    setValue("startTab",    "0");
    54     setValue("autoStart",   "0");
    55     setValue("beClocks1",   "0");
    56     setValue("beClocks2",   "0");
    5757    sync();
    5858  }
Note: See TracChangeset for help on using the changeset viewer.