PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::InstallationApiProvider Class Reference

InstallationApiProvider 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
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 Member Functions

 InstallationApiProvider ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Detailed Description

InstallationApiProvider 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 26 of file installation_api_provider.h.

Constructor & Destructor Documentation

◆ InstallationApiProvider() [1/3]

arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider ( InstallationApiProvider & f)

References InstallationApiProvider().

Referenced by InstallationApiProvider(), and InstallationApiProvider().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ InstallationApiProvider() [2/3]

arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider ( InstallationApiProvider && f)

References InstallationApiProvider().

Here is the call graph for this function:

◆ ~InstallationApiProvider()

virtual arcs::aubo_scope::InstallationApiProvider::~InstallationApiProvider ( )
virtual

◆ InstallationApiProvider() [3/3]

arcs::aubo_scope::InstallationApiProvider::InstallationApiProvider ( )
private

Member Function Documentation

◆ getInstallationApi()

InstallationApiPtr arcs::aubo_scope::InstallationApiProvider::getInstallationApi ( )

Provides access to functionality relevant related to the installation

Returns
an instance of InstallationAPI

◆ getSystemApi()

SystemApiPtr arcs::aubo_scope::InstallationApiProvider::getSystemApi ( )

Provides access to system related functionality

Returns
an instance of SystemAPI

◆ getUserInterfaceApi()

UserInterfaceApiPtr arcs::aubo_scope::InstallationApiProvider::getUserInterfaceApi ( )

Provides access to functionality related to user interface and end user interaction

Returns
an instance of UserInterfaceAPI

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 77 of file installation_api_provider.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::InstallationApiProvider::d_ { nullptr }
private

Definition at line 79 of file installation_api_provider.h.


The documentation for this class was generated from the following file: