AuboCaps  0.6.0
feature_line.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_FEATURE_LINE_H
2 #define AUBO_SCOPE_FEATURE_LINE_H
3 
6 
7 namespace arcs {
8 namespace aubo_scope {
9 
10 ARCS_CLASS_FORWARD(FeatureLine);
11 
13 {
14 public:
17  virtual ~FeatureLine();
18 
19 private:
20  friend class DataSwitch;
21  FeatureLine();
22  void *d_{ nullptr };
23 };
24 
25 } // namespace aubo_scope
26 } // namespace arcs
27 
28 #endif // AUBO_SCOPE_FEATURE_LINE_H
ARCS_CLASS_FORWARD(GripForceCapability)
This base interface represents all types of features available in AuboScope.
Definition: feature.h:15
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16