UA ANSI C Server Professional  1.4.0.285
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
_UaServer_ProviderTranslateContext Struct Reference

UaServer Provider TranslateContext Structure. More...

#include <uaserver_providers.h>

Data Fields

OpcUa_RelativePathElement * pCurrentElement
 The relative path to be applied to the StartingNodes. More...
 
UaServer_Vector StartingNodes
 The start nodes for the current translate operation. More...
 
UaServer_Vector TargetNodes
 The nodes that are reachable by pCurrentElement from the StartingNodes. More...
 
OpcUa_StatusCode TranslateResult
 The result of the current translate operation. More...
 
OpcUa_Int nOutstandingCbs
 number of outstanding provider callbacks. More...
 
UaServer_PublicSessionpSession
 corresponding session
 

Detailed Description

UaServer Provider TranslateContext Structure.

Field Documentation

OpcUa_Int _UaServer_ProviderTranslateContext::nOutstandingCbs

number of outstanding provider callbacks.

OpcUa_RelativePathElement* _UaServer_ProviderTranslateContext::pCurrentElement

The relative path to be applied to the StartingNodes.

UaServer_Vector _UaServer_ProviderTranslateContext::StartingNodes

The start nodes for the current translate operation.

UaServer_Vector _UaServer_ProviderTranslateContext::TargetNodes

The nodes that are reachable by pCurrentElement from the StartingNodes.

OpcUa_StatusCode _UaServer_ProviderTranslateContext::TranslateResult

The result of the current translate operation.


The documentation for this struct was generated from the following file: