ServerConfigXml Class Reference

#include <serverconfigxml.h>

Inheritance diagram for ServerConfigXml:
Collaboration diagram for ServerConfigXml:

List of all members.

Public Member Functions

 ServerConfigXml (const UaString &sXmlFileName, const UaString &sApplicationPath)
virtual ~ServerConfigXml ()
UaStatus loadConfiguration ()
UaStatus saveConfiguration ()

Detailed Description

ServerConfigXml Derived from ServerConfig. It is not possible to make plane copies of this class.


Constructor & Destructor Documentation

ServerConfigXml::ServerConfigXml ( const UaString sXmlFileName,
const UaString sApplicationPath 
)

construction

Parameters:
sXmlFileNamethe file name of the XML file.
sApplicationPaththe path to the application.
ServerConfigXml::~ServerConfigXml (  ) [virtual]

destruction


Member Function Documentation

UaStatus ServerConfigXml::loadConfiguration (  ) [virtual]

Load the configuration from the config file and generate node managers. First method called after creation of ServerConfig. Must create all NodeManagers before method startUp is called.

Returns:
Error code.

Implements ServerConfig.

UaStatus ServerConfigXml::saveConfiguration (  ) [virtual]

Save the configuration to the config file.

Returns:
Error code.

Implements ServerConfig.


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