UaEndpointXml Class Reference

#include <serverconfigxml.h>

Inheritance diagram for UaEndpointXml:
Collaboration diagram for UaEndpointXml:

List of all members.

Public Member Functions

 UaEndpointXml ()
virtual ~UaEndpointXml ()
UaStatus setXmlConfig (UaXmlElement &xmlElement, const UaString &sApplicationPath, ServerConfig *pServerConfig, bool &updatedConfiguration)

Detailed Description

UaEndpointXml Derived from UaEndpoint.


Constructor & Destructor Documentation

UaEndpointXml::UaEndpointXml (  ) [inline]

construction.

virtual UaEndpointXml::~UaEndpointXml (  ) [inline, virtual]

destruction


Member Function Documentation

UaStatus UaEndpointXml::setXmlConfig ( UaXmlElement xmlElement,
const UaString sApplicationPath,
ServerConfig pServerConfig,
bool &  updatedConfiguration 
)

Init Endpoint with XML configuration.

Parameters:
xmlElementa reference to the xml Element.
sApplicationPaththe path to the application.
pServerConfiga pointer to the server config struct.
updatedConfigurationindicates if the thumbprint is updated in the ServerConfig.xml
Returns:
the OPC UA Status code.

The documentation for this class was generated from the following files:
  • /home/buildbot/work/uasdkcpp/examples/utilities/serverconfigxml.h
  • /home/buildbot/work/uasdkcpp/examples/utilities/serverconfigxml.cpp