#include <view.h>
Public Member Functions | |
virtual std::vector< BrowseResult > | Browse (const OpcUa::NodesQuery &query) const =0 |
virtual std::vector< BrowseResult > | BrowseNext () const =0 |
virtual std::vector< NodeId > | RegisterNodes (const std::vector< NodeId > ¶ms) const =0 |
virtual std::vector< BrowsePathResult > | TranslateBrowsePathsToNodeIds (const TranslateBrowsePathsParameters ¶ms) const =0 |
virtual void | UnregisterNodes (const std::vector< NodeId > ¶ms) const =0 |
Additional Inherited Members | |
![]() | |
Interface () | |
Interface (const Interface &)=delete | |
const Interface & | operator= (const Interface &)=delete |
virtual | ~Interface () |
Definition at line 24 of file services/view.h.
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.