Robotics Library
0.7.0
|
#include <Gripper.h>
Public Member Functions | |
Gripper () | |
virtual | ~Gripper () |
virtual void | halt ()=0 |
virtual void | release ()=0 |
virtual void | shut ()=0 |
Public Member Functions inherited from rl::hal::Device | |
Device () | |
virtual | ~Device () |
virtual void | close ()=0 |
bool | isConnected () const |
bool | isRunning () const |
virtual void | open ()=0 |
virtual void | start ()=0 |
virtual void | stop ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from rl::hal::Device | |
void | setConnected (const bool &connected) |
void | setRunning (const bool &running) |
rl::hal::Gripper::Gripper | ( | ) |
|
virtual |
|
pure virtual |
Implemented in rl::hal::WeissWsg50, and rl::hal::MitsubishiH7.
|
pure virtual |
Implemented in rl::hal::WeissWsg50, and rl::hal::MitsubishiH7.
|
pure virtual |
Implemented in rl::hal::WeissWsg50, and rl::hal::MitsubishiH7.