Changeset 10083 for fact


Ignore:
Timestamp:
01/06/11 07:37:46 (14 years ago)
Author:
ogrimm
Message:
BoardList configuration simplified
Location:
fact/FADctrl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fact/FADctrl/FAD.cc

    r10080 r10083  
    6969
    7070  // Construct boards
    71  
    72         // ETHZ
    73         //BoardList = Tokenize(GetConfig("BoardList","192.33.99.225"));
    74         // TUDO
    75         BoardList = Tokenize(GetConfig("BoardList","129.217.160.119"));
     71  BoardList = Tokenize(GetConfig("BoardList","129.217.160.119"));
    7672
    7773  for (unsigned int i=0; i<BoardList.size(); i++) {
  • fact/FADctrl/FAD.h

    r10080 r10083  
    33
    44#define SERVER_NAME "FADctrl"       // Name to use in DIM
    5 //#define SERVER_NAME "drsdaq"       // Name to use in DIM
    65#include "Evidence.h"
    76
  • fact/FADctrl/History.txt

    r10080 r10083  
    22
    3322/10/2010      First check-in of FADctrl. Initial version derived from drsdaq revision 10007.
    4 5/1/2011        First version of amplitude calibration (no secondary calibration, yet)
     45/1/2011        First version of amplitude calibration (no secondary calibration, yet). New 'socketmode' command.
Note: See TracChangeset for help on using the changeset viewer.