OPC UA 对象
更多...
#include <rmvl/opcua/object.hpp>
◆ Object() [1/2]
◆ Object() [2/2]
◆ add() [1/2]
void rm::Object::add |
( |
const Method & | method | ) |
|
|
inline |
◆ add() [2/2]
void rm::Object::add |
( |
const Variable & | variable | ) |
|
|
inline |
◆ getMethods()
const auto & rm::Object::getMethods |
( |
| ) |
const |
|
inline |
◆ getVariables()
const auto & rm::Object::getVariables |
( |
| ) |
const |
|
inline |
◆ operator[]()
Variable & rm::Object::operator[] |
( |
const std::string & | browse_name | ) |
|
|
inline |
访问指定的变量节点
- 参数
-
[in] | browse_name | 变量节点的浏览名 BrowseName |
- 返回
- 用
rm::Variable
表示的变量的左值引用
◆ type()
◆ browse_name
std::string rm::Object::browse_name {} |
浏览名称 BrowseName
- 属于非服务器层面的 ID 号,可用于完成路径搜索
- 同一个命名空间
ns
下该名称不能重复
◆ description
std::string rm::Object::description {} |
◆ display_name
std::string rm::Object::display_name {} |
展示名称 DisplayName
- 在服务器上对外展示的名字 -
en-US
- 同一个命名空间
ns
下该名称可以相同
◆ ns
uint16_t rm::Object::ns {1U} |
该类的文档由以下文件生成: