Changeset 11100


Ignore:
Timestamp:
06/21/11 22:37:20 (13 years ago)
Author:
tbretz
Message:
Some cosmetics to command descriptions.
File:
1 edited

Legend:

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

    r11099 r11100  
    13031303        T::AddEvent("SEND_CMD", "I:1")
    13041304            (boost::bind(&StateMachineFAD::SendCmd, this, _1))
    1305             ("Send a command to the FADs. Values between 0 and 65535 are allowed."
     1305            ("Send a command to the FADs. Values between 0 and 0xffff are allowed."
    13061306             "|command[uint16]:Command to be transmittted.");
    13071307        T::AddEvent("SEND_DATA", "I:2")
    13081308            (boost::bind(&StateMachineFAD::SendCmdData, this, _1))
    1309             ("Send a command with data to the FADs. Values between 0 and 65535 are allowed."
     1309            ("Send a command with data to the FADs. Values between 0 and 0xffff are allowed."
    13101310             "|command[uint16]:Command to be transmittted."
    13111311             "|data[uint16]:Data to be sent with the command.");
Note: See TracChangeset for help on using the changeset viewer.