|
AuboStudio SDK
0.6.3
|
|
|
|
|
设备管理器 设备管理器的基础接口。 更多...
#include <device_manager.h>
Public 成员函数 | |
| virtual | ~DeviceManager ()=default |
| virtual std::vector< GripperDevicePtr > | getGrippers ()=0 |
| 获取AuboScope中可用的夹爪设备列表 | |
| virtual std::vector< DevicePtr > | getScrewDrivers ()=0 |
| 获取AuboScope中可用的螺丝刀设备列表 | |
设备管理器 设备管理器的基础接口。
设备管理器为 AuboScope 支持的特定类型设备提供功能。例如,设备管理器可以提供访问 所有已注册设备(该类型)以及在程序中使用特定设备的功能。
在文件 device_manager.h 第 30 行定义.
|
virtualdefault |
|
pure virtual |
获取AuboScope中可用的夹爪设备列表
|
pure virtual |
获取AuboScope中可用的螺丝刀设备列表