C++ Based OPC UA Client/Server SDK  1.5.5.355
VersionInfoCoreModule Class Reference

Class providing static member functions to request the version information for the UA Server SDK, the UA Stack and the UA Stack Platform Layer. More...

Static Public Member Functions

static UaString getCoreModuleVersionInfo ()
 Returns the detailed version information for the UA SDK Core Module including the build time and compiler as string where the different details are separated with '\'.
 
static UaString getCoreModuleVersion ()
 Returns the detailed version information for the UA SDK Core Module including the build time and compiler as string where the different details are separated with '\'.
 
static UaString getUaStackVersionInfo ()
 Returns the detailed version information for the UA Stack including the platform, build time and compiler as string where the different details are separated with '\'.
 
static UaString getUaStackVersion ()
 Returns the version string for the UA Stack.
 
static UaString getUaStackStaticConfigInfo ()
 Returns the detailed static configuration information for the UA Stack where the different details are separated with '\'. More...
 
static UaString getUaStackRuntimeConfigInfo ()
 Returns the detailed runtime configuration information for the UA Stack where the different details are separated with '\'. More...
 
static UaString getUaStackPlatformLayerVersionInfo ()
 Returns the detailed version information for the UA Stack Platform Layer including the platform, build time and compiler as string where the different details are seperated with '\'.
 
static UaString getUaStackPlatformLayerVersion ()
 Returns the version string for the UA Stack Platform Layer indicating the platform.
 
static UaString getUaStackPlatformLayerConfigInfo ()
 Returns the detailed configuration information for the UA Stack Platform Layer where the different details are separated with '\'.
 

Detailed Description

Class providing static member functions to request the version information for the UA Server SDK, the UA Stack and the UA Stack Platform Layer.

Member Function Documentation

UaString VersionInfoCoreModule::getUaStackRuntimeConfigInfo ( )
static

Returns the detailed runtime configuration information for the UA Stack where the different details are separated with '\'.

This dynamic configuration is set by server application.

UaString VersionInfoCoreModule::getUaStackStaticConfigInfo ( )
static

Returns the detailed static configuration information for the UA Stack where the different details are separated with '\'.

This static configuration is set by compiler switches.


The documentation for this class was generated from the following files: