AuboCaps
0.6.0
|
Provides access to functionality and services relevant for installation nodes. More...
#include <installation_api_provider.h>
Public Member Functions | |
InstallationApiProvider (InstallationApiProvider &f) | |
InstallationApiProvider (InstallationApiProvider &&f) | |
virtual | ~InstallationApiProvider () |
SystemApiPtr | getSystemApi () |
Provides access to system related functionality. More... | |
UserInterfaceApiPtr | getUserInterfaceApi () |
Provides access to functionality related to user interface and end user interaction. More... | |
InstallationApiPtr | getInstallationApi () |
Provides access to functionality relevant related to the installation. More... | |
Private Member Functions | |
InstallationApiProvider () | |
Private Attributes | |
void * | d_ { nullptr } |
Friends | |
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.
Definition at line 18 of file installation_api_provider.h.
arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider | ( | InstallationApiProvider & | f | ) |
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 |
Definition at line 48 of file installation_api_provider.h.
|
private |
Definition at line 50 of file installation_api_provider.h.