ServiceContext Class Reference

Class definition of the ServiceContext. It is not possible to create plane copies of this Class. More...

#include <opcuatypes.h>

Collaboration diagram for ServiceContext:

List of all members.


Public Member Functions

 ServiceContext ()
virtual ~ServiceContext ()
void setContext (Session *pSession, const OpcUa_RequestHeader &header)

Detailed Description

Class definition of the ServiceContext. It is not possible to create plane copies of this Class.

ServiceContext


Constructor & Destructor Documentation

ServiceContext::ServiceContext (  ) 

construction

ServiceContext::~ServiceContext (  )  [virtual]

destruction


Member Function Documentation

void ServiceContext::setContext ( Session a_pSession,
const OpcUa_RequestHeader &  a_header 
)

Sets the Context for the actual Session.

Parameters:
a_pSession Interface pointer of the new Session. The session was created by the ServerConfig object in the Method createSession. This vendor specific implementation can create a derived Session class with vendor specific information.
a_header the requested header for the current operation.


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