CoreModule Class Reference
[Server Core Module]

#include <coremodule.h>

List of all members.


Public Member Functions

 CoreModule ()
 ~CoreModule ()
int initialize ()
int startUp (ServerConfig *pServerConfig)
int shutDown ()
ServerManagergetServerManager ()

Detailed Description

Inteface class for the Unified Automation Server Core Module. This class is responsible for the initialization, start up and shut down of the Server Core Module. This class is used for the integration of the Core Module into a server application.

Constructor & Destructor Documentation

CoreModule::CoreModule (  ) 

construction

CoreModule::~CoreModule (  ) 

destruction


Member Function Documentation

int CoreModule::initialize (  ) 

Initialize OPC server core module.

Returns:
Result of the method.

int CoreModule::startUp ( ServerConfig pServerConfig  ) 

Start up OPC server core module.

Parameters:
pServerConfig This Parameter is used to configure the Server.
Returns:
Result of the method.

int CoreModule::shutDown (  ) 

Shut down OPC server core module.

Returns:
Result of the method.

ServerManager * CoreModule::getServerManager (  ) 

Get the ServerManager object.

Returns:
Pointer to the ServerManager object.


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