11 #ifndef OPC_UA_Client_VIEW_H 12 #define OPC_UA_Client_VIEW_H 31 virtual std::vector<BrowseResult>
BrowseNext()
const = 0;
33 virtual std::vector<NodeId>
RegisterNodes(
const std::vector<NodeId> & params)
const = 0;
34 virtual void UnregisterNodes(
const std::vector<NodeId> & params)
const = 0;
39 #endif // OPC_UA_Client_VIEW_H
virtual std::vector< BrowsePathResult > TranslateBrowsePathsToNodeIds(const TranslateBrowsePathsParameters ¶ms) const =0
virtual void UnregisterNodes(const std::vector< NodeId > ¶ms) const =0
virtual std::vector< NodeId > RegisterNodes(const std::vector< NodeId > ¶ms) const =0
virtual std::vector< BrowseResult > Browse(const OpcUa::NodesQuery &query) const =0
OPC UA Address space part. GNU LGPL.
#define DEFINE_CLASS_POINTERS(ClassName)
Exception declarations GNU LGPL.
virtual std::vector< BrowseResult > BrowseNext() const =0