AuboCaps
0.6.0
Main Page
Namespaces
Classes
Files
File List
File Members
include
aubo_caps
domain
io
register.h
Go to the documentation of this file.
1
#ifndef AUBO_SCOPE_REGISTER_H
2
#define AUBO_SCOPE_REGISTER_H
3
4
#include <
aubo_caps/domain/io/io.h
>
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::aubo_scope::ARCS_CLASS_FORWARD
ARCS_CLASS_FORWARD(GripForceCapability)
arcs::aubo_scope::Io
This is the base interface representing all types of I/Os available in AuboScope. ...
Definition:
io.h:16
io.h
arcs::aubo_scope::Register
This interface provides support for registers.
Definition:
register.h:14
ARCS_ABI_EXPORT
#define ARCS_ABI_EXPORT
Definition:
class_forward.h:16
arcs
Definition:
contribution_provider.h:7
Generated by
1.8.11