AuboStudio SDK  0.6.3
gripper_device.h
浏览该文件的文档.
1#ifndef AUBO_SCOPE_GRIPPER_DEVICE_H
2#define AUBO_SCOPE_GRIPPER_DEVICE_H
3
5
6namespace arcs {
7namespace aubo_scope {
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 */
21{
22public:
23 virtual ~GripperDevice() = default;
24};
25} // namespace aubo_scope
26} // namespace arcs
27
28#endif
#define ARCS_ABI_EXPORT
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese 设备接口 此基础接口表示 AuboScope 支持的设备,例如夹爪设备。 \endchinese \english Device This base interface represe...
\chinese 夹爪设备 此接口表示 AuboScope 中的夹爪设备。 \endchinese \english GripperDevice This interface represents a ...
virtual ~GripperDevice()=default