AuboCaps
0.6.0
|
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. More... | |
UserInterfaceApiPtr | getUserInterfaceApi () |
Provides access to functionality related to user interface and end user interaction. More... | |
ProgramApiPtr | getProgramApi () |
Provides access to functionality relevant related to programs. More... | |
Private Member Functions | |
ProgramApiProvider () | |
Private Attributes | |
void * | d_ { nullptr } |
Friends | |
class | DataSwitch |
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 18 of file program_api_provider.h.
arcs::aubo_scope::ProgramApiProvider::ProgramApiProvider | ( | ProgramApiProvider & | f | ) |
arcs::aubo_scope::ProgramApiProvider::ProgramApiProvider | ( | ProgramApiProvider && | f | ) |
|
virtual |
|
private |
ProgramApiPtr arcs::aubo_scope::ProgramApiProvider::getProgramApi | ( | ) |
Provides access to functionality relevant related to programs.
SystemApiPtr arcs::aubo_scope::ProgramApiProvider::getSystemApi | ( | ) |
Provides access to system related functionality.
UserInterfaceApiPtr arcs::aubo_scope::ProgramApiProvider::getUserInterfaceApi | ( | ) |
Provides access to functionality related to user interface and end user interaction.
|
friend |
Definition at line 49 of file program_api_provider.h.
|
private |
Definition at line 50 of file program_api_provider.h.