| Modifier and Type | Field and Description |
|---|---|
private OpcUaConnector.NodeCacheEntry |
OpcUaConnector.OpcUaModelAccess.base |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,OpcUaConnector.NodeCacheEntry> |
OpcUaConnector.OpcUaModelAccess.nodes |
| Modifier and Type | Method and Description |
|---|---|
private OpcUaConnector.NodeCacheEntry |
OpcUaConnector.OpcUaModelAccess.retrieveCacheEntry(String qName)
Retrieves a node starting at the root of the OPC UA model based on the node's qualified name
qName. |
| Modifier and Type | Method and Description |
|---|---|
private org.eclipse.milo.opcua.sdk.client.nodes.UaVariableNode |
OpcUaConnector.OpcUaModelAccess.retrieveVariableNode(String qName,
OpcUaConnector.NodeCacheEntry entry)
Retrieves an OPC UA variable node from a cache node entry.
|
| Constructor and Description |
|---|
OpcUaModelAccess(OpcUaConnector.NodeCacheEntry base,
String basePath,
OpcUaConnector.OpcUaModelAccess parent,
Map<String,OpcUaConnector.NodeCacheEntry> nodes)
Creates the instance and binds the listener to the creating connector instance.
|
| Constructor and Description |
|---|
OpcUaModelAccess(OpcUaConnector.NodeCacheEntry base,
String basePath,
OpcUaConnector.OpcUaModelAccess parent,
Map<String,OpcUaConnector.NodeCacheEntry> nodes)
Creates the instance and binds the listener to the creating connector instance.
|
Copyright © 2022. All rights reserved.