1#ifndef AUBO_SCOPE_PROGRAM_API_PROVIDER_H
2#define AUBO_SCOPE_PROGRAM_API_PROVIDER_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
\chinese 程序 API 提供者 提供与程序节点相关的功能和服务访问。这包括 AuboScope 内部已有的功能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese ...
SystemApiPtr getSystemApi()
\chinese 提供对系统相关功能的访问
ProgramApiProvider(ProgramApiProvider &f)
ProgramApiPtr getProgramApi()
\chinese 提供对程序相关功能的访问
ProgramApiProvider(ProgramApiProvider &&f)
UserInterfaceApiPtr getUserInterfaceApi()
\chinese 提供对用户界面和终端用户交互相关功能的访问
virtual ~ProgramApiProvider()