EventCallback Class Reference
[Core Module Interfaces]

#include <eventmanager.h>

Inheritance diagram for EventCallback:

List of all members.


Public Member Functions

 EventCallback ()
virtual ~EventCallback ()
virtual void newEvent (UaVariantArray &eventFields, OpcUa_Boolean detach)=0

Detailed Description

The callback interface for event monitored items.

Constructor & Destructor Documentation

EventCallback::EventCallback (  )  [inline]

construction

virtual EventCallback::~EventCallback (  )  [inline, virtual]

destruction


Member Function Documentation

virtual void EventCallback::newEvent ( UaVariantArray &  eventFields,
OpcUa_Boolean  detach 
) [pure virtual]

Send new event.

Parameters:
eventFields a field of all Events that can occur.
detach Indicates if the new Event will be detached or not.

Implemented in UaMonitoredItemEvent.


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