rec::robotino::com::DigitalOutput Class Reference
Represents a digital output device.
More...
#include <DigitalOutput.h>
List of all members.
Detailed Description
Represents a digital output device.
Member Function Documentation
| static unsigned int rec::robotino::com::DigitalOutput::numDigitalOutputs |
( |
|
) |
[static] |
- Returns:
- Returns the number of digital outputs
- Exceptions:
-
| void rec::robotino::com::DigitalOutput::setOutputNumber |
( |
unsigned int |
n |
) |
|
Sets the number of this digital output device.
- Parameters:
-
| n | The output number. Range [0; Robotstate::numDigitalOutputs] |
- Exceptions:
-
| void rec::robotino::com::DigitalOutput::setValue |
( |
bool |
on |
) |
|
Sets the current value of the specified output device.
- Parameters:
-
| on | The output value of this device. |
- Exceptions:
-
- See also:
- setOutputNumber(), Actor::setComId
The documentation for this class was generated from the following file:
- /home/verbeek/openrobotino_src/openrobotino1/lib/rec/robotino/com/DigitalOutput.h