AuboStudio SDK
0.6.3
boolean_register.h
浏览该文件的文档.
1
#ifndef AUBO_SCOPE_BOOLEAN_REGISTER_H
2
#define AUBO_SCOPE_BOOLEAN_REGISTER_H
3
4
#include <
aubo_caps/domain/io/register.h
>
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
*/
14
class
ARCS_ABI_EXPORT
BoolRegister
:
public
Register
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_ABI_EXPORT
#define ARCS_ABI_EXPORT
定义
class_forward.h:16
ARCS_CLASS_FORWARD
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
定义
class_forward.h:68
arcs::aubo_scope::BoolRegister
This interface provides support for bool registers.
定义
boolean_register.h:15
arcs::aubo_scope::BoolRegister::~BoolRegister
virtual ~BoolRegister()=default
arcs::aubo_scope::Register
This interface provides support for registers.
定义
register.h:15
arcs::aubo_scope
定义
contribution_provider.h:8
arcs
定义
contribution_provider.h:7
register.h
include
aubo_caps
domain
io
boolean_register.h
制作者
1.16.1