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