Go to the source code of this file.
Classes | |
class | OpcUa::Node |
A Node object represent an OPC-UA node. It is high level object intended for developper who want to expose data through OPC-UA or read data from an OPCUA server. Node are usually not create directly but obtained through call to GetRootNode of GetObjectsNode on server or client side. More... | |
class | OpcUa::NodeNotFoundException |
Namespaces | |
namespace | OpcUa |
OPC UA Address space part. GNU LGPL. | |
Functions | |
std::ostream & | OpcUa::operator<< (std::ostream &os, const Node &node) |
ObjectId | OpcUa::VariantTypeToDataType (VariantType vt) |