AuboCaps  0.6.0
integer_register.h
Go to the documentation of this file.
1 #ifndef AUBO_SCOPE_INTEGER_REGISTER_H
2 #define AUBO_SCOPE_INTEGER_REGISTER_H
3 
5 
6 namespace arcs {
7 namespace aubo_scope {
8 ARCS_CLASS_FORWARD(IntegerRegister);
9 
10 /**
11  * This interface provides support for integer registers.
12  *
13  */
15 {
16 public:
17  virtual ~IntegerRegister() = default;
18 };
19 
20 } // namespace aubo_scope
21 } // namespace arcs
22 
23 #endif // AUBO_SCOPE_INTEGER_REGISTER_H
ARCS_CLASS_FORWARD(GripForceCapability)
This interface provides support for registers.
Definition: register.h:14
#define ARCS_ABI_EXPORT
Definition: class_forward.h:16
This interface provides support for integer registers.