PDF
English
简体中文
English
AuboStudio SDK
0.6.3
gripper_device.h
Go to the documentation of this file.
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
Definition
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...
Definition
class_forward.h:68
arcs::aubo_scope::Device
Device This base interface represents a device supported by AuboScope, e.g.
Definition
device.h:19
arcs::aubo_scope::GripperDevice
GripperDevice This interface represents a gripper device in AuboScope.
Definition
gripper_device.h:21
arcs::aubo_scope::GripperDevice::~GripperDevice
virtual ~GripperDevice()=default
device.h
arcs::aubo_scope
Definition
contribution_provider.h:8
arcs
Definition
contribution_provider.h:7
include
aubo_caps
domain
device
gripper_device.h
Generated by
1.16.1