Changeset 18133
- Timestamp:
- 02/17/15 19:20:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratescan.cc
r18048 r18133 528 528 "|board[idx]:Index of the board (4*crate+board)"); 529 529 AddEvent("SET_REFERENCE_PATCH", "I:1", RateScan::State::kDimNetworkNA, RateScan::State::kDisconnected, RateScan::State::kConnected) 530 (bind(&StateMachineRateScan::SetReference Board, this, placeholders::_1))530 (bind(&StateMachineRateScan::SetReferencePatch, this, placeholders::_1)) 531 531 ("Use the given patch trigger-rate as reference for the reolution" 532 532 "|patch[idx]:Index of the patch (360*crate+36*board+patch)");
Note:
See TracChangeset
for help on using the changeset viewer.