Ignore:
Timestamp:
09/06/11 12:54:57 (13 years ago)
Author:
tbretz
Message:
Reverted unintentional last commit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/mcp.cc

    r11982 r11983  
    5555        kStateConfiguring2,
    5656        kStateConfiguring3,
    57         kStateConfiguring4,
    5857        kStateConfigured,
    5958    };
     
    272271    }
    273272
    274     Time fConfigTimer;
    275 
    276273    int Execute()
    277274    {
     
    320317                    return GetCurrentState();
    321318
    322                 fConfigTimer = Time();
    323 
    324                 return kStateConfiguring4;
    325             }
    326 
    327             if (GetCurrentState()==kStateConfiguring4)
    328             {
    329                 // We need some delay to ensure that after sending the
    330                 // "Enable Trigger Line" command to all FADs the really
    331                 // have all already enabled the trigger line
    332                 if (Time()-fConfigTimer<boost::posix_time::milliseconds(100))
    333                     return kStateConfiguring4;
    334 
    335319                Message("Starting Trigger (FTM)");
    336320                Dim::SendCommand("FTM_CONTROL/START_RUN");
     
    407391
    408392        AddStateName(kStateConfiguring3, "Configuring3",
    409                      ".");
    410 
    411         AddStateName(kStateConfiguring4, "Configuring4",
    412393                     ".");
    413394
Note: See TracChangeset for help on using the changeset viewer.