VideoOS.Platform.Background.EventServerControl Class Reference

This class only exist in the EventServer MIP Environment. More...

Public Member Functions

virtual void CreateAlarm (EventData eventData)
 Directly store an Event into the alarm database.
Rule handling for when to store in the alarm database must be carried out before calling this method.
 
virtual void ItemContextMenuChanged (Item item)
 When the map alarm context menu has been changed this method can be called to get the MAP item updated.
 
virtual void ItemStatusChanged (Item item)
 When operational state has changed this method can be called to get the MAP updated.
 

Properties

static EventServerControl Instance [get, set]
 This class is a singleton and be accessed through the Instance property. The 'setter' is for internal use only.
 

Detailed Description

This class only exist in the EventServer MIP Environment.

Member Function Documentation

◆ CreateAlarm()

virtual void VideoOS.Platform.Background.EventServerControl.CreateAlarm ( EventData eventData)
inlinevirtual

Directly store an Event into the alarm database.
Rule handling for when to store in the alarm database must be carried out before calling this method.

Parameters
eventData

◆ ItemContextMenuChanged()

virtual void VideoOS.Platform.Background.EventServerControl.ItemContextMenuChanged ( Item item)
inlinevirtual

When the map alarm context menu has been changed this method can be called to get the MAP item updated.

Parameters
item

◆ ItemStatusChanged()

virtual void VideoOS.Platform.Background.EventServerControl.ItemStatusChanged ( Item item)
inlinevirtual

When operational state has changed this method can be called to get the MAP updated.

Parameters
item

Property Documentation

◆ Instance

EventServerControl VideoOS.Platform.Background.EventServerControl.Instance
staticgetset

This class is a singleton and be accessed through the Instance property. The 'setter' is for internal use only.