#include <Gripper.h>
Public Member Functions | |
| void | setComId (const ComId &id) |
| void | open () |
| void | close () |
| bool | isOpened () const |
| bool | isClosed () const |
| void rec::robotino::com::Gripper::setComId | ( | const ComId & | id | ) |
By assigning a Com object to the gripper, any PowerOutput assigend to this Com object is disabled. The PowerOutput is enabled if all Gripper objects are removed from this Com object. You might call this function with the same ComId multiple times. If id equals the last id set with setComId this function does nothing. Remove this gripper from its current Com object by calling setComId( ComId::null )
| void rec::robotino::com::Gripper::open | ( | ) |
Open gripper.
| void rec::robotino::com::Gripper::close | ( | ) |
Close gripper.
| bool rec::robotino::com::Gripper::isOpened | ( | ) | const |
| bool rec::robotino::com::Gripper::isClosed | ( | ) | const |
1.5.5