OPC UA 对象类型
更多...
#include <rmvl/opcua/object.hpp>
OPC UA 对象类型
- 所有属性均为
Mandatory
- 数据包含变量节点列表、方法节点列表
◆ ObjectType()
rm::ObjectType::ObjectType |
( |
| ) |
|
|
default |
Python: |
---|
| rm.ObjectType( | | ) -> | <ObjectType object> |
◆ add() [1/3]
Python: |
---|
| rm.ObjectType.add( | variable | ) -> | None |
| rm.ObjectType.add( | dsv | ) -> | None |
| rm.ObjectType.add( | method | ) -> | None |
◆ add() [2/3]
void rm::ObjectType::add |
( |
const Method & | method | ) |
|
|
inline |
Python: |
---|
| rm.ObjectType.add( | variable | ) -> | None |
| rm.ObjectType.add( | dsv | ) -> | None |
| rm.ObjectType.add( | method | ) -> | None |
◆ add() [3/3]
void rm::ObjectType::add |
( |
const Variable & | variable | ) |
|
|
inline |
Python: |
---|
| rm.ObjectType.add( | variable | ) -> | None |
| rm.ObjectType.add( | dsv | ) -> | None |
| rm.ObjectType.add( | method | ) -> | None |
◆ base()
◆ empty()
bool rm::ObjectType::empty |
( |
| ) |
const |
|
inline |
Python: |
---|
| rm.ObjectType.empty( | | ) -> | <Is Empty ?> |
◆ getDataSourceVariables()
const std::unordered_map< std::string, rm::DataSourceVariable > & rm::ObjectType::getDataSourceVariables |
( |
| ) |
const |
|
inline |
◆ getMethods()
const std::unordered_map< std::string, rm::Method > & rm::ObjectType::getMethods |
( |
| ) |
const |
|
inline |
Python: |
---|
| rm.ObjectType.getMethods( | | ) -> | methods map |
◆ getVariables()
const std::unordered_map< std::string, rm::Variable > & rm::ObjectType::getVariables |
( |
| ) |
const |
|
inline |
Python: |
---|
| rm.ObjectType.getVariables( | | ) -> | variables map |
◆ setBase()
void rm::ObjectType::setBase |
( |
ObjectType & | otype | ) |
|
|
inline |
◆ browse_name
std::string rm::ObjectType::browse_name {} |
浏览名称 BrowseName
- 属于非服务器层面的 ID 号,可用于完成路径搜索
- 作为对象类型节点、对象节点之间链接的依据
- 同一个命名空间
ns
下该名称不能重复
◆ description
std::string rm::ObjectType::description {} |
◆ display_name
std::string rm::ObjectType::display_name {} |
展示名称 DisplayName
- 在服务器上对外展示的名字 -
en-US
- 同一个命名空间
ns
下该名称可以相同
◆ ns
uint16_t rm::ObjectType::ns {1U} |
该类的文档由以下文件生成: