Changeset 11083
- Timestamp:
- 06/20/11 18:41:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r11082 r11083 1396 1396 "|enable[bool]:Whether the command transmission should be blockes (yes) or allowed (no)"); 1397 1397 1398 T::AddEvent("IGNORE_EVENTS _FROM_SLOT", "S:1;B:1")1398 T::AddEvent("IGNORE_EVENTS", "S:1;B:1") 1399 1399 (boost::bind(&StateMachineFAD::SetIgnoreSlot, this, _1)) 1400 1400 ("Instructs the event-builder to ignore events from the given slot but still read the data from the socket." … … 1402 1402 "|enable[bool]:Whether the event builder should ignore data from this slot (yes) or allowed (no)"); 1403 1403 1404 T::AddEvent("IGNORE_EVENTS_ FROM_SLOT_RANGE", "S:2;B:1")1404 T::AddEvent("IGNORE_EVENTS_RANGE", "S:2;B:1") 1405 1405 (boost::bind(&StateMachineFAD::SetIgnoreSlots, this, _1)) 1406 1406 ("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.