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


Public 成员函数 | |
| virtual | ~GripperDevice ()=default |
| Public 成员函数 继承自 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. | |
This interface represents a gripper device in AuboScope.
在文件 gripper_device.h 第 13 行定义.
|
virtualdefault |