UA Server SDK C++ Bundle  1.4.1.271
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EventMonitoringContextCreate Class Reference

This class provides the settings for an event monitored item. More...

#include <eventmanager.h>

Inherits EventMonitoringContext.

Public Member Functions

 EventMonitoringContextCreate ()
 Construction with initialized Parameters.
 
virtual ~EventMonitoringContextCreate ()
 Destruction.
 
- Public Member Functions inherited from EventMonitoringContext
 EventMonitoringContext ()
 Construction with initialized Parameters.
 
virtual ~EventMonitoringContext ()
 Destruction.
 

Public Attributes

const OpcUa_NodeId * pNodeId
 NodeId of the event notifier object to monitored. More...
 
const OpcUa_String * pIndexRange
 Index range for the monitored item to create. More...
 
const OpcUa_QualifiedName * pDataEncoding
 Data encoding for the monitored item to create. More...
 
- Public Attributes inherited from EventMonitoringContext
const OpcUa_EventFilter * pEventFilter
 Event filter for the monitored item. More...
 
OpcUa_Double samplingInterval
 Sampling interval for the monitored item to create. More...
 

Detailed Description

This class provides the settings for an event monitored item.

Member Data Documentation

const OpcUa_QualifiedName* EventMonitoringContextCreate::pDataEncoding

Data encoding for the monitored item to create.

This parameter is only relevant if one or more event fields of the events to monitor are complex.

const OpcUa_String* EventMonitoringContextCreate::pIndexRange

Index range for the monitored item to create.

const OpcUa_NodeId* EventMonitoringContextCreate::pNodeId

NodeId of the event notifier object to monitored.


The documentation for this class was generated from the following file: