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 * This interface represents a gripper device in AuboScope.
12 */
14{
15public:
16 virtual ~GripperDevice() = default;
17};
18} // namespace aubo_scope
19} // namespace arcs
20
21#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...
This base interface represents a device supported by AuboScope, e.g.
This interface represents a gripper device in AuboScope.
virtual ~GripperDevice()=default