AuboStudio SDK  0.6.3
InstallationApi(安装)

\chinese安装接口 提供与安装相关的功能和服务访问。这包括 AuboScope 内部已有的功能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english 更多...

class  arcs::aubo_scope::FeatureContributionModel
 \chinese 特征贡献模型 此接口提供在 AuboScope 中添加、更新和删除特征的功能。 更多...
class  arcs::aubo_scope::FunctionModel
 \chinese 函数模型 此接口提供在表达式编辑器中添加和删除脚本函数的方法,该编辑器可从赋值和 If 程序节点等位置访问。 更多...
class  arcs::aubo_scope::Payload
 获取负载参数API接口 更多...
class  arcs::aubo_scope::PayloadContributionModel
 动态负载管理 更多...
class  arcs::aubo_scope::TCP
 \chinese TCP 接口 此接口表示 AuboScope 中的一个 TCP(工具中心点)。可以是用户定义的 TCP,也可以 是由 AuboCap 添加的 TCP。 \endchinese \english TCP This interface represents a TCP in AuboScope. 更多...
class  arcs::aubo_scope::TcpContributionModel
 \chinese TCP 贡献模型 此接口提供在 AuboScope 中添加、更新和删除 TCP 的功能。 更多...

函数

FunctionModelPtr arcs::aubo_scope::InstallationApi::getFunctionModel ()
 \chinese 获取向AuboScope添加脚本功能的接口
TcpContributionModelPtr arcs::aubo_scope::InstallationApi::getTcpContributionModel ()
 \chinese 获取向AuboScope贡献TCP的接口
FeatureContributionModelPtr arcs::aubo_scope::InstallationApi::getFeatureContributionModel ()
 \chinese 获取向AuboScope贡献特征的接口
PayloadContributionModelPtr arcs::aubo_scope::InstallationApi::getPayloadContributionModel ()
 \chinese

详细描述

\chinese

安装接口 提供与安装相关的功能和服务访问。这包括 AuboScope 内部已有的功能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english

InstallationApi Provides access to functionality and services related to the installation.

This includes what is available from within AuboScope, as well as creating additional model elements to be used within AuboScope. \endenglish

函数说明

◆ getFeatureContributionModel()

FeatureContributionModelPtr arcs::aubo_scope::InstallationApi::getFeatureContributionModel ( )

\chinese 获取向AuboScope贡献特征的接口

返回
用于贡献特征的接口。 \endchinese \english Returns an interface for contributing features to AuboScope.
An interface for contributing features to AuboScope. \endenglish

◆ getFunctionModel()

FunctionModelPtr arcs::aubo_scope::InstallationApi::getFunctionModel ( )

\chinese 获取向AuboScope添加脚本功能的接口

返回
用于添加脚本功能的接口。 \endchinese \english Returns an interface for adding script functions to AuboScope.
An interface for adding script functions to AuboScope. \endenglish

◆ getPayloadContributionModel()

PayloadContributionModelPtr arcs::aubo_scope::InstallationApi::getPayloadContributionModel ( )

\chinese

获取向AuboScope安装贡献负载的接口。

返回
用于贡献负载的接口。 \endchinese \english

Gets an interface which provides functionality for contributing payloads to the AuboScope installation.

返回
An interface for contributing payloads to AuboScope. \endenglish

◆ getTcpContributionModel()

TcpContributionModelPtr arcs::aubo_scope::InstallationApi::getTcpContributionModel ( )

\chinese 获取向AuboScope贡献TCP的接口

返回
用于贡献TCP的接口。 \endchinese \english Returns an interface for contributing TCPs to AuboScope.
An interface for contributing TCPs to AuboScope. \endenglish