|
AuboStudio SDK
0.6.3
|
|
|
|
|
Provides access to functionality and services relevant for installation nodes. 更多...
#include <installation_api_provider.h>
Public 成员函数 | |
| InstallationApiProvider (InstallationApiProvider &f) | |
| InstallationApiProvider (InstallationApiProvider &&f) | |
| virtual | ~InstallationApiProvider () |
| SystemApiPtr | getSystemApi () |
| Provides access to system related functionality | |
| UserInterfaceApiPtr | getUserInterfaceApi () |
| Provides access to functionality related to user interface and end user interaction | |
| InstallationApiPtr | getInstallationApi () |
| Provides access to functionality relevant related to the installation | |
Private 成员函数 | |
| InstallationApiProvider () | |
Private 属性 | |
| void * | d_ { nullptr } |
友元 | |
| class | DataSwitch |
Provides access to functionality and services relevant for installation nodes.
This includes what is available from within AuboScope, as well as creating additional model elements to be used within AuboScope.
在文件 installation_api_provider.h 第 18 行定义.
| arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider | ( | InstallationApiProvider & | f | ) |
引用了 InstallationApiProvider().
被这些函数引用 InstallationApiProvider() , 以及 InstallationApiProvider().


| arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider | ( | InstallationApiProvider && | f | ) |
|
virtual |
|
private |
| InstallationApiPtr arcs::aubo_scope::InstallationApiProvider::getInstallationApi | ( | ) |
Provides access to functionality relevant related to the installation
| SystemApiPtr arcs::aubo_scope::InstallationApiProvider::getSystemApi | ( | ) |
Provides access to system related functionality
| UserInterfaceApiPtr arcs::aubo_scope::InstallationApiProvider::getUserInterfaceApi | ( | ) |
Provides access to functionality related to user interface and end user interaction
|
friend |
|
private |
在文件 installation_api_provider.h 第 50 行定义.