|
AuboStudio SDK
0.6.3
|
|
|
|
|
#include <device_manager.h>
Public 成员函数 | |
| virtual | ~DeviceManager ()=default |
| virtual std::vector< GripperDevicePtr > | getGrippers ()=0 |
| virtual std::vector< DevicePtr > | getScrewDrivers ()=0 |
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.
在文件 device_manager.h 第 21 行定义.
|
virtualdefault |
|
pure virtual |
|
pure virtual |