AuboCaps  0.6.0
feature_plane.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_FEATURE_PLANE_H
2 #define AUBO_SCOPE_FEATURE_PLANE_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(FeaturePlane);
9 
11 {
12 public:
15  virtual ~FeaturePlane();
16 
17 private:
18  friend class DataSwitch;
19  FeaturePlane();
20  void *d_{ nullptr };
21 };
22 
23 } // namespace aubo_scope
24 } // namespace arcs
25 
26 #endif // AUBO_SCOPE_FEATURE_PLANE_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