AuboStudio SDK
0.6.3
gripper_device.h
浏览该文件的文档.
1
#ifndef AUBO_SCOPE_GRIPPER_DEVICE_H
2
#define AUBO_SCOPE_GRIPPER_DEVICE_H
3
4
#include <
aubo_caps/domain/device/device.h
>
5
6
namespace
arcs
{
7
namespace
aubo_scope
{
8
ARCS_CLASS_FORWARD
(
GripperDevice
);
9
10
/**
11
* \chinese
12
* 夹爪设备
13
* 此接口表示 AuboScope 中的夹爪设备。
14
* \endchinese
15
* \english
16
* GripperDevice
17
* This interface represents a gripper device in AuboScope.
18
* \endenglish
19
*/
20
class
ARCS_ABI_EXPORT
GripperDevice
:
public
Device
21
{
22
public
:
23
virtual
~GripperDevice
() =
default
;
24
};
25
}
// namespace aubo_scope
26
}
// namespace arcs
27
28
#endif
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
定义
class_forward.h:16
ARCS_CLASS_FORWARD
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
定义
class_forward.h:68
arcs::aubo_scope::Device
\chinese 设备接口 此基础接口表示 AuboScope 支持的设备,例如夹爪设备。 \endchinese \english Device This base interface represe...
定义
device.h:19
arcs::aubo_scope::GripperDevice
\chinese 夹爪设备 此接口表示 AuboScope 中的夹爪设备。 \endchinese \english GripperDevice This interface represents a ...
定义
gripper_device.h:21
arcs::aubo_scope::GripperDevice::~GripperDevice
virtual ~GripperDevice()=default
device.h
arcs::aubo_scope
定义
contribution_provider.h:8
arcs
定义
contribution_provider.h:7
include
aubo_caps
domain
device
gripper_device.h
制作者
1.16.1