AuboCaps  0.6.0
register.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_REGISTER_H
2 #define AUBO_SCOPE_REGISTER_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(Register);
9 
10 /**
11  * This interface provides support for registers.
12  *
13  */
14 class ARCS_ABI_EXPORT Register : public Io
15 {
16 public:
17  virtual ~Register() = default;
18 };
19 
20 } // namespace aubo_scope
21 } // namespace arcs
22 
23 #endif // REGISTER_H
ARCS_CLASS_FORWARD(GripForceCapability)
This is the base interface representing all types of I/Os available in AuboScope. ...
Definition: io.h:16
This interface provides support for registers.
Definition: register.h:14
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16