AuboCaps  0.6.0
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 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(GripperDevice);
9 
10 /**
11  * This interface represents a gripper device in AuboScope.
12  */
14 {
15 public:
16  virtual ~GripperDevice() = default;
17 };
18 } // namespace aubo_scope
19 } // namespace arcs
20 
21 #endif
ARCS_CLASS_FORWARD(GripForceCapability)
This base interface represents a device supported by AuboScope, e.g.
Definition: device.h:11
This interface represents a gripper device in AuboScope.
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16