UA Ansi C Server Professional  1.3.2.233
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
UaServerTranslate

Data Structures

struct  _UaServer_TranslateContext
 Holds all data to handle the TranslateBrowsePathsToNodeIdsRequest. More...

Functions

OpcUa_StatusCode UaServer_Providers_TranslateComplete (UaServer_ProviderTranslateContext *a_pTranslateContext)
 Translate a complete context.
OpcUa_StatusCode UaServer_Translate_Internal (OpcUa_BaseNode **a_ppNode, UaServer_TranslateContext *a_pTranslateContext)
 This function allowes the internal translate.
OpcUa_StatusCode UaServer_Translate (UaServer_TranslateContext *a_pTranslateContext)
 Main logic for translate.
OpcUa_StatusCode UaServer_EndTranslateBrowsePathsToNodeIds (OpcUa_StatusCode a_uStatusCode, UaServer_TranslateContext *a_pTranslateContext)
 Ends up the browsing.

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_EndTranslateBrowsePathsToNodeIds ( OpcUa_StatusCode  a_uStatusCode,
UaServer_TranslateContext a_pTranslateContext 
)

Ends up the browsing.

Parameters
a_uStatusCodeError code.
a_pTranslateContextTranslate context for TranslateBrowsePathsToNodeIds call.
Returns
the OPC UA Status code.
OpcUa_StatusCode UaServer_Providers_TranslateComplete ( UaServer_ProviderTranslateContext a_pTranslateContext)

Translate a complete context.

Parameters
a_pTranslateContextthe needed TranslateContext.
Returns
only good if successful.