Changeset 11100
- Timestamp:
- 06/21/11 22:37:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r11099 r11100 1303 1303 T::AddEvent("SEND_CMD", "I:1") 1304 1304 (boost::bind(&StateMachineFAD::SendCmd, this, _1)) 1305 ("Send a command to the FADs. Values between 0 and 65535are allowed."1305 ("Send a command to the FADs. Values between 0 and 0xffff are allowed." 1306 1306 "|command[uint16]:Command to be transmittted."); 1307 1307 T::AddEvent("SEND_DATA", "I:2") 1308 1308 (boost::bind(&StateMachineFAD::SendCmdData, this, _1)) 1309 ("Send a command with data to the FADs. Values between 0 and 65535are allowed."1309 ("Send a command with data to the FADs. Values between 0 and 0xffff are allowed." 1310 1310 "|command[uint16]:Command to be transmittted." 1311 1311 "|data[uint16]:Data to be sent with the command.");
Note:
See TracChangeset
for help on using the changeset viewer.