UaEndpointSettings Class Reference

#include <serverconfigsettings.h>

Inheritance diagram for UaEndpointSettings:
Collaboration diagram for UaEndpointSettings:

List of all members.

Public Member Functions

 UaEndpointSettings ()
virtual ~UaEndpointSettings ()
UaStatus setIniConfig (int index, UaSettings *pSettings, const UaString &sApplicationPath, ServerConfig *pServerConfig)

Detailed Description

UaEndpointSettings This class sets the the given values for the endpoint to create. Derived from UaEndpoint.


Constructor & Destructor Documentation

UaEndpointSettings::UaEndpointSettings (  ) [inline]

construction.

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

destruction


Member Function Documentation

UaStatus UaEndpointSettings::setIniConfig ( int  index,
UaSettings pSettings,
const UaString sApplicationPath,
ServerConfig pServerConfig 
)

Init Endpoint with ini configuration.

Parameters:
indexthe index of the endpoint configuration
pSettingsthe Section of the ini file.
sApplicationPaththe path to the application.
pServerConfiga pointer to the server config struct.
Returns:
the OPC UA Status code.

The documentation for this class was generated from the following files:
  • /home/buildbot/work/uasdkcpp/src/uaserver/uaservercpp/coremodule/serverconfigsettings.h
  • /home/buildbot/work/uasdkcpp/src/uaserver/uaservercpp/coremodule/serverconfigsettings.cpp