Changeset 18133


Ignore:
Timestamp:
02/17/15 19:20:58 (10 years ago)
Author:
tbretz
Message:
The wrong function was called in case of SET_REFERENCE_PATCH
File:
1 edited

Legend:

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

    r18048 r18133  
    528528             "|board[idx]:Index of the board (4*crate+board)");
    529529        AddEvent("SET_REFERENCE_PATCH", "I:1", RateScan::State::kDimNetworkNA, RateScan::State::kDisconnected, RateScan::State::kConnected)
    530             (bind(&StateMachineRateScan::SetReferenceBoard, this, placeholders::_1))
     530            (bind(&StateMachineRateScan::SetReferencePatch, this, placeholders::_1))
    531531            ("Use the given patch trigger-rate as reference for the reolution"
    532532             "|patch[idx]:Index of the patch (360*crate+36*board+patch)");
Note: See TracChangeset for help on using the changeset viewer.