AuboStudio SDK  0.6.3
conveyor_tracking_node.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_CONVEYOR_TRACKING_NODE_H
2 #define AUBO_SCOPE_CONVEYOR_TRACKING_NODE_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(ConveyorTrackingNode);
9 
11 {
12 public:
14  {
17  ASK
18  };
19 
21  {
23  ABANDON_TRACKING
24  };
25 
28  virtual ~ConveyorTrackingNode();
29 
30 private:
31  friend class DataSwitch;
33  void *d_{ nullptr };
34 };
35 
36 } // namespace aubo_scope
37 } // namespace arcs
38 #endif // AUBO_SCOPE_CONVEYOR_TRACKING_NODE_H
ARCS_CLASS_FORWARD(GripForceCapability)
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16