| Reference | Class Hierarchy | Class Index | Member Index |
Inheritance diagram for Boolean_IO_Control_Command:

Public Member Functions | |
| Boolean_IO_Control_Command () | |
| Default constructor initialises boolean value to false. | |
| Boolean_IO_Control_Command (bool value) | |
| Construct with a specific command value. | |
| void | set (bool value) |
| Set the value of the boolean. | |
| bool | get () const |
| Get the current value of the boolean. | |
| int | name () const |
| Get the name of the command. | |
| implementation_defined | data () |
| Get the data associated with the command. | |
| implementation_defined | data () const |
| Get the data associated with the command. | |
| Boolean_IO_Control_Command::Boolean_IO_Control_Command | ( | ) |
Default constructor initialises boolean value to false.
| Boolean_IO_Control_Command::Boolean_IO_Control_Command | ( | bool | value | ) |
Construct with a specific command value.
| void Boolean_IO_Control_Command::set | ( | bool | value | ) |
Set the value of the boolean.
| bool Boolean_IO_Control_Command::get | ( | ) | const |
Get the current value of the boolean.
| int IO_Control_Command::name | ( | ) | const [inherited] |
Get the name of the command.
| implementation_defined IO_Control_Command::data | ( | ) | [inherited] |
Get the data associated with the command.
| implementation_defined IO_Control_Command::data | ( | ) | const [inherited] |
Get the data associated with the command.