Ignore:
Timestamp:
10/31/11 21:25:11 (13 years ago)
Author:
tbretz
Message:
Removed an obsolete comment block
File:
1 edited

Legend:

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

    r12323 r12353  
    499499             "|patch[idx]:Index of the patch (360*crate+36*board+patch)"            );
    500500
    501 /*
    502         AddEvent("ENABLE_OUTPUT", "B:1")//, kStateIdle)
    503             (bind(&StateMachineRateScan::EnableOutput, this, placeholders::_1))
    504             ("Enable sending of correction values caluclated by the control loop to the biasctrl");
    505 
    506         AddEvent("STORE_REFERENCE")//, kStateIdle)
    507             (bind(&StateMachineRateScan::StoreReference, this))
    508             ("Store the last (averaged) value as new reference (for debug purpose only)");
    509 
    510         AddEvent("SET_REFERENCE", "F:1")//, kStateIdle)
    511             (bind(&StateMachineRateScan::SetReference, this, placeholders::_1))
    512             ("Set a new global reference value (for debug purpose only)");
    513 
    514         AddEvent("SET_Ki", "D:1")//, kStateIdle)
    515             (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 0))
    516             ("Set integral constant Ki");
    517 
    518         AddEvent("SET_Kp", "D:1")//, kStateIdle)
    519             (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 1))
    520             ("Set proportional constant Kp");
    521 
    522         AddEvent("SET_Kd", "D:1")//, kStateIdle)
    523             (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 2))
    524             ("Set derivative constant Kd");
    525 
    526         AddEvent("SET_T", "D:1")//, kStateIdle)
    527             (bind(&StateMachineRateScan::SetConstant, this, placeholders::_1, 3))
    528             ("Set time-constant. (-1 to use the cycle time, i.e. the time for the last average cycle, instead)");
    529 
    530         // Verbosity commands
    531 //        AddEvent("SET_VERBOSE", "B:1")
    532 //            (bind(&StateMachineMCP::SetVerbosity, this, placeholders::_1))
    533 //            ("set verbosity state"
    534 //             "|verbosity[bool]:disable or enable verbosity for received data (yes/no), except dynamic data");
    535 */
    536 /*
    537         AddEvent("SET_RANGE", "I:3")
    538             (bind(&StateMachineRateScan::SetRange, this, placeholders::_1))
    539             ("Set raneg for ratescane"
    540              "|min[int]:Start value in DAC counts"
    541              "|max[int]:Limiting value in DAC counts"
    542              "|step[int]:Single step in DAC counts");
    543 */
    544501        AddEvent("PRINT")
    545502            (bind(&StateMachineRateScan::Print, this))
Note: See TracChangeset for help on using the changeset viewer.