IAlarmHandler.RaiseEvent (METH)

METHOD RaiseEvent : BOOL

Raises an Event (i.e. an IAlarm instance with observation type Event). This method posts the Event to the global event queue

InOut:

Scope

Name

Type

Comment

Return

RaiseEvent

BOOL

Input

usiAlarmGroupID

ALARMGROUP_ID

The ID of the alarm group, where the event is declared. Here the corresponding enum value has to be passed, where the name of the generated enum is: Alm_AlarmConfiguration_Alarmgroup_IDs

uiAlarmID

ALARM_ID

The ID of the alarm, that have to be raised. Here the corresponding enum value has to be passed, where the name of the generated enum is: Alm_<Name of the alarm group>_Alarm_IDs The enumeration member has the same name like the ID of the alarm