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

ProgramApiProvider Provides access to functionality and services relevant for program nodes. More...

#include <program_api_provider.h>

Public Member Functions

 ProgramApiProvider (ProgramApiProvider &f)
 ProgramApiProvider (ProgramApiProvider &&f)
virtual ~ProgramApiProvider ()
SystemApiPtr getSystemApi ()
 Provides access to system related functionality
UserInterfaceApiPtr getUserInterfaceApi ()
 Provides access to functionality related to user interface and end user interaction
ProgramApiPtr getProgramApi ()
 Provides access to functionality relevant related to programs

Private Member Functions

 ProgramApiProvider ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Detailed Description

ProgramApiProvider Provides access to functionality and services relevant for program 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 program_api_provider.h.

Constructor & Destructor Documentation

◆ ProgramApiProvider() [1/3]

arcs::aubo_scope::ProgramApiProvider::ProgramApiProvider ( ProgramApiProvider & f)

References ProgramApiProvider().

Referenced by ProgramApiProvider(), and ProgramApiProvider().

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

◆ ProgramApiProvider() [2/3]

arcs::aubo_scope::ProgramApiProvider::ProgramApiProvider ( ProgramApiProvider && f)

References ProgramApiProvider().

Here is the call graph for this function:

◆ ~ProgramApiProvider()

virtual arcs::aubo_scope::ProgramApiProvider::~ProgramApiProvider ( )
virtual

◆ ProgramApiProvider() [3/3]

arcs::aubo_scope::ProgramApiProvider::ProgramApiProvider ( )
private

Member Function Documentation

◆ getProgramApi()

ProgramApiPtr arcs::aubo_scope::ProgramApiProvider::getProgramApi ( )

Provides access to functionality relevant related to programs

Returns
an instance of ProgramAPI

◆ getSystemApi()

SystemApiPtr arcs::aubo_scope::ProgramApiProvider::getSystemApi ( )

Provides access to system related functionality

Returns
an instance of SystemAPI

◆ getUserInterfaceApi()

UserInterfaceApiPtr arcs::aubo_scope::ProgramApiProvider::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 78 of file program_api_provider.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

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

Definition at line 79 of file program_api_provider.h.


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