|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese 设备管理器 设备管理器的基础接口。 更多...
#include <device_manager.h>
Public 成员函数 | |
| virtual | ~DeviceManager ()=default |
| virtual std::vector< GripperDevicePtr > | getGrippers ()=0 |
| \chinese 获取AuboScope中可用的夹爪设备列表 | |
| virtual std::vector< DevicePtr > | getScrewDrivers ()=0 |
| \chinese 获取AuboScope中可用的螺丝刀设备列表 | |
\chinese 设备管理器 设备管理器的基础接口。
设备管理器为 AuboScope 支持的特定类型设备提供功能。例如,设备管理器可以提供访问 所有已注册设备(该类型)以及在程序中使用特定设备的功能。 \endchinese \english DeviceManager Base interface for device managers.
A device manager provides functionality for a specific type of device supported by AuboScope. The device manager can provide functionality for, e.g. accessing all registered devices (of that type) and using a specific device in a program. \endenglish
在文件 device_manager.h 第 30 行定义.
|
virtualdefault |
|
pure virtual |
\chinese 获取AuboScope中可用的夹爪设备列表
|
pure virtual |
\chinese 获取AuboScope中可用的螺丝刀设备列表