OPC UA 客户端例程
OPC UA 客户端例程
int main()
{
return -1;
auto position = client.
read(position_id);
printf("\033[32mValue: %d\033[0m\n", position.cast<int>());
return 0;
}
OPC UA 客户端
定义 client.hpp:92
FindNodeInClient find(std::string_view browse_name, uint16_t ns=1U) const
获取路径搜索必要信息
定义 client.hpp:127
Variable read(const NodeId &node) const
从指定的变量节点读数据
bool ok() const
是否成功创建客户端并成功连接到服务器
定义 client.hpp:132
constexpr NodeId nodeObjectsFolder(0, UA_NS0ID_OBJECTSFOLDER)
对象节点:ObjectsFolder 节点 ID