Changeset 11577
- Timestamp:
- 07/24/11 21:11:43 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r11575 r11577 43 43 int execute(Configuration &conf, bool dummy=false) 44 44 { 45 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host")); 46 47 // ----------------------------------------------------------------- 48 45 49 static T shell(conf.GetName().c_str(), 46 50 conf.Has("console") ? conf.Get<int>("console")!=1 : 0); -
trunk/FACT++/src/biasctrl.cc
r11575 r11577 649 649 } 650 650 651 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));652 653 651 //try 654 652 { -
trunk/FACT++/src/datalogger.cc
r11575 r11577 2495 2495 } 2496 2496 2497 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));2498 2499 2497 // try 2500 2498 { -
trunk/FACT++/src/drivectrl.cc
r11575 r11577 1026 1026 } 1027 1027 1028 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));1029 1030 1028 //try 1031 1029 { -
trunk/FACT++/src/fadctrl.cc
r11575 r11577 2096 2096 } 2097 2097 2098 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));2099 2100 2098 // try 2101 2099 { -
trunk/FACT++/src/fscctrl.cc
r11575 r11577 615 615 } 616 616 617 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));618 619 617 //try 620 618 { -
trunk/FACT++/src/ftmctrl.cc
r11575 r11577 2471 2471 } 2472 2472 2473 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));2474 2475 2473 //try 2476 2474 { -
trunk/FACT++/src/mcp.cc
r11575 r11577 505 505 } 506 506 507 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));508 509 507 //try 510 508 { -
trunk/FACT++/src/scheduler.cc
r11575 r11577 799 799 } 800 800 801 if (conf.HasVersion() || conf.HasPrint())802 return -1;803 804 if (conf.HasHelp())805 {806 PrintHelp();807 return -1;808 }809 810 Dim::Setup(conf.Get<string>("dns"), conf.Get<string>("host"));811 812 801 // try 813 802 {
Note:
See TracChangeset
for help on using the changeset viewer.