|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese应用程序接口 提供对各种不同应用程序和上下文相关的功能与服务的访问。这包括 AuboScope 内部已有的功 能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english 更多...
类 | |
| class | arcs::aubo_scope::DeviceManager |
| \chinese 设备管理器 设备管理器的基础接口。 更多... | |
| class | arcs::aubo_scope::FeatureModel |
| \chinese 特征模型 提供从当前机器人安装中获取特征的方法。 \endchinese \english FeatureModel Provides methods that returns features from the current robot installation. 更多... | |
| class | arcs::aubo_scope::IoModel |
| \chinese IO 模型 提供从当前机器人安装中获取 I/O 的方法。 \endchinese \english IoModel Provides methods that returns I/Os from the current robot installation. 更多... | |
| class | arcs::aubo_scope::ModbusIo |
| \chinese Modbus IO 接口 此接口提供对 MODBUS I/O 的支持。 \endchinese \english ModbusIo This interface provides support for MODBUS I/Os. 更多... | |
| class | arcs::aubo_scope::Profinet |
| \chinese PROFINET IO 接口 此接口提供对 PROFINET I/O 的支持。 \endchinese \english Profinet This interface provides support for PROFINET I/Os. 更多... | |
| class | arcs::aubo_scope::PayloadModel |
| 获取负载参数API接口 更多... | |
| class | arcs::aubo_scope::TcpModel |
| \chinese TCP 模型 此接口提供对 AuboScope 中当前可用的 TCP 的访问。 \endchinese \english TcpModel This interface provides access to the TCPs that are currently available in AuboScope. 更多... | |
| class | arcs::aubo_scope::ValueFactory |
| \chinese 值工厂接口 更多... | |
| class | arcs::aubo_scope::Variable |
| \chinese 变量接口 表示 AuboScope 中的变量。变量可用于在程序中存储和传递数据。 \endchinese \english Variable Represents a variable in AuboScope. 更多... | |
| class | arcs::aubo_scope::VariableFactory |
| class | arcs::aubo_scope::VariableModel |
\chinese 变量模型 提供返回系统中当前已注册变量的方法。变量在存储到 DataModel 实例中或 用于配置内置 AuboScope 程序节点时即被注册。 \endchinese \english VariableModel Provides methods that returns the variables that currently are registered in the system. 更多... | |
函数 | |
| IoModelPtr | arcs::aubo_scope::ApplicationApi::getIoModel () |
| IoModel \chinese 获取IO模型接口,用于操作机器人的输入和输出。 | |
| FeatureModelPtr | arcs::aubo_scope::ApplicationApi::getFeatureModel () |
| FeatureModel \chinese 获取特征模型接口,用于操作当前安装中的特征。 | |
| TcpModelPtr | arcs::aubo_scope::ApplicationApi::getTcpModel () |
| TcpModel \chinese 获取TCP模型接口,用于访问当前安装中的TCP。 | |
| PayloadModelPtr | arcs::aubo_scope::ApplicationApi::getPayloadModel () |
| PayloadModel \chinese 获取负载模型接口,用于访问当前AuboScope安装中的负载。 | |
| VariableModelPtr | arcs::aubo_scope::ApplicationApi::getVariableModel () |
| VariableModel \chinese 获取变量模型接口,用于操作变量。 | |
| ValueFactoryPtr | arcs::aubo_scope::ApplicationApi::getValueFactory () |
| ValueFactory \chinese 获取值工厂接口,用于访问能够创建值对象的各种工厂。 | |
| DeviceManagerPtr | arcs::aubo_scope::ApplicationApi::getDeviceManager () |
DeviceManager \chinese 此方法用于获取指定的DeviceManager实例。 | |
\chinese
应用程序接口 提供对各种不同应用程序和上下文相关的功能与服务的访问。这包括 AuboScope 内部已有的功 能,以及在 AuboScope 中创建要使用的额外模型元素。 \endchinese \english
ApplicationApi Provides access to functionality and services which are relevant for various different applications and contexts.
This includes what is available from within AuboScope, as well as creating additional model elements to be used within AuboScope. \endenglish
| DeviceManagerPtr arcs::aubo_scope::ApplicationApi::getDeviceManager | ( | ) |
DeviceManager \chinese 此方法用于获取指定的DeviceManager实例。
| deviceManagerClass | 要返回的设备管理器类。 |
| <T> | 要返回的类的泛型类型。 |
DeviceManager instance.| deviceManagerClass | The class for the device manager to return. |
| <T> | The generic type of class to return. |
| FeatureModelPtr arcs::aubo_scope::ApplicationApi::getFeatureModel | ( | ) |
FeatureModel \chinese 获取特征模型接口,用于操作当前安装中的特征。
| IoModelPtr arcs::aubo_scope::ApplicationApi::getIoModel | ( | ) |
IoModel \chinese 获取IO模型接口,用于操作机器人的输入和输出。
| PayloadModelPtr arcs::aubo_scope::ApplicationApi::getPayloadModel | ( | ) |
PayloadModel \chinese 获取负载模型接口,用于访问当前AuboScope安装中的负载。
| TcpModelPtr arcs::aubo_scope::ApplicationApi::getTcpModel | ( | ) |
TcpModel \chinese 获取TCP模型接口,用于访问当前安装中的TCP。
| ValueFactoryPtr arcs::aubo_scope::ApplicationApi::getValueFactory | ( | ) |
ValueFactory \chinese 获取值工厂接口,用于访问能够创建值对象的各种工厂。
| VariableModelPtr arcs::aubo_scope::ApplicationApi::getVariableModel | ( | ) |
VariableModel \chinese 获取变量模型接口,用于操作变量。