OpcUa::SystemEventTypeData Class Reference

#include <opcua_systemeventtypedata.h>

Inheritance diagram for OpcUa::SystemEventTypeData:
Collaboration diagram for OpcUa::SystemEventTypeData:

List of all members.

Public Member Functions

 SystemEventTypeData ()
virtual ~SystemEventTypeData ()
virtual void getFieldData (OpcUa_UInt32 index, Session *pSession, OpcUa_Variant &data)

Static Public Member Functions

static void createTypes ()
static void clearStaticMembers ()
static void registerEventFields ()

Detailed Description

Generated event data class for a SystemEventType.

This class contains the auto generated code for the object type SystemEventType representing an OPC UA event type.


Constructor & Destructor Documentation

OpcUa::SystemEventTypeData::SystemEventTypeData (  )

Construction

OpcUa::SystemEventTypeData::~SystemEventTypeData (  ) [virtual]

Destruction


Member Function Documentation

void OpcUa::SystemEventTypeData::clearStaticMembers (  ) [static]

Clear the static members of the class

Reimplemented in OpcUa::DeviceFailureEventTypeData.

void OpcUa::SystemEventTypeData::createTypes (  ) [static]

Create the related type nodes

Reimplemented in OpcUa::DeviceFailureEventTypeData.

void OpcUa::SystemEventTypeData::getFieldData ( OpcUa_UInt32  index,
Session pSession,
OpcUa_Variant &  data 
) [virtual]

Get the field value for the passed index.

Parameters:
indexThe index of the selected field.
pSessionThe session context for the method call.
dataThe data for the selected field.

Reimplemented from BaseEventTypeData.

Reimplemented in OpcUa::DeviceFailureEventTypeData.

void OpcUa::SystemEventTypeData::registerEventFields (  ) [static]

Registers all event type fields with the EventManagerUaNode.

Reimplemented from BaseEventTypeData.

Reimplemented in OpcUa::DeviceFailureEventTypeData.


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