OPC UA 事件类型
更多...
#include <rmvl/opcua/event.hpp>
◆ EventType()
rm::EventType::EventType |
( |
| ) |
|
|
default |
◆ add()
void rm::EventType::add |
( |
const std::string & | browse_name, |
|
|
int | prop ) |
|
inline |
添加非默认属性至事件类型中
- 参数
-
[in] | browse_name | 非默认属性的浏览名 BrowseName |
[in] | prop | int 整型属性值 |
◆ data()
const auto & rm::EventType::data |
( |
| ) |
const |
|
inline |
◆ operator[]()
int & rm::EventType::operator[] |
( |
const std::string & | browse_name | ) |
|
|
inline |
访问指定的非默认属性
- 参数
-
[in] | browse_name | 非默认属性的浏览名 BrowseName |
- 返回
int
整型非默认属性的左值引用
◆ browse_name
std::string rm::EventType::browse_name {} |
浏览名称 BrowseName
- 属于非服务器层面的 ID 号,可用于完成路径搜索
- 同一个命名空间
ns
下该名称不能重复
◆ description
std::string rm::EventType::description {} |
◆ display_name
std::string rm::EventType::display_name {} |
展示名称 DisplayName
- 在服务器上对外展示的名字 -
en-US
- 同一个命名空间
ns
下该名称可以相同
◆ ns
uint16_t rm::EventType::ns {1U} |
该类的文档由以下文件生成: