EventItem Class Reference

Helperclass for the EventManager Interface. The main task of this class is to fire events. It is not possible to create plane copies of this Interface. More...

#include <eventmanagerhelper.h>

Collaboration diagram for EventItem:

List of all members.


Public Member Functions

 EventItem (OpcUa_EventFilter *pEventFilter, EventCallback *pEventCallback, BaseEventTypeData &eventTypes)
 ~EventItem ()
void fireEvent (UaEventData *pEventData)

Public Attributes

EventCallbackm_pEventCallback
 Membervar.
EventFilter m_EventFilter
 Membervar.

Detailed Description

Helperclass for the EventManager Interface. The main task of this class is to fire events. It is not possible to create plane copies of this Interface.

EventItem


Constructor & Destructor Documentation

EventItem::EventItem ( OpcUa_EventFilter *  pEventFilter,
EventCallback pEventCallback,
BaseEventTypeData eventTypes 
)

construction.

EventItem::~EventItem (  ) 

destruction


Member Function Documentation

void EventItem::fireEvent ( UaEventData pEventData  ) 

Fire an event.

Parameters:
pEventData a Variable with the Event to be fired.


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