Changeset 11083 for trunk


Ignore:
Timestamp:
06/20/11 18:41:52 (13 years ago)
Author:
tbretz
Message:
Removed the _FROM_SLOT from IGNORE_EVENTS
File:
1 edited

Legend:

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

    r11082 r11083  
    13961396             "|enable[bool]:Whether the command transmission should be blockes (yes) or allowed (no)");
    13971397
    1398         T::AddEvent("IGNORE_EVENTS_FROM_SLOT", "S:1;B:1")
     1398        T::AddEvent("IGNORE_EVENTS", "S:1;B:1")
    13991399            (boost::bind(&StateMachineFAD::SetIgnoreSlot, this, _1))
    14001400            ("Instructs the event-builder to ignore events from the given slot but still read the data from the socket."
     
    14021402             "|enable[bool]:Whether the event builder should ignore data from this slot (yes) or allowed (no)");
    14031403
    1404         T::AddEvent("IGNORE_EVENTS_FROM_SLOT_RANGE", "S:2;B:1")
     1404        T::AddEvent("IGNORE_EVENTS_RANGE", "S:2;B:1")
    14051405            (boost::bind(&StateMachineFAD::SetIgnoreSlots, this, _1))
    14061406            ("Instructs the event-builder to ignore events from the given slot but still read the data from the socket."
Note: See TracChangeset for help on using the changeset viewer.