|
AuboStudio SDK
0.6.3
|
|
|
|
|
GripperDevice This interface represents a gripper device in AuboScope. More...
#include <gripper_device.h>


Public Member Functions | |
| virtual | ~GripperDevice ()=default |
| Public Member Functions inherited from arcs::aubo_scope::Device | |
| virtual | ~Device ()=0 |
| virtual AuboCapInfoPtr | getContributorInfo ()=0 |
| Get information about the AuboCap that added/contributed this gripper device to AuboScope. | |
| virtual std::string | getId ()=0 |
| virtual std::string | getDisplayName ()=0 |
| virtual bool | isResolvable ()=0 |
| A device cannot be guaranteed to be present in AuboScope. | |
GripperDevice This interface represents a gripper device in AuboScope.
Definition at line 20 of file gripper_device.h.
|
virtualdefault |