OPC UA 数据类型
更多...
#include <rmvl/opcua/utilities.hpp>
◆ DataType() [1/3]
rm::DataType::DataType |
( |
| ) |
|
|
default |
Python: |
---|
| rm.DataType( | id | ) -> | <DataType object> |
◆ DataType() [2/3]
rm::DataType::DataType |
( |
uint32_t | id | ) |
|
|
inlineconstexpr |
Python: |
---|
| rm.DataType( | id | ) -> | <DataType object> |
从 UA_TYPES_<xxx>
枚举值构造数据类型
- 参数
-
◆ DataType() [3/3]
rm::DataType::DataType |
( |
const std::type_info & | tp | ) |
|
|
inline |
Python: |
---|
| rm.DataType( | id | ) -> | <DataType object> |
从 std::type_info
构造数据类型
- 参数
-
[in] | tp | std::type_info 类型,可用 typeid() 获取 |
◆ operator uint32_t()
rm::DataType::operator uint32_t |
( |
| ) |
const |
|
inline |
该类的文档由以下文件生成: