ACAlarmExtender.GetID (PROP) ¶ PROPERTY GetID : STRING Implementation of the property defined by AC.IEnvironmentExtender.
ACAlarmExtender.Init (METH) ¶ METHOD Init Implementation of the method defined in ACAlarmExtender InOut: Scope Name Type Comment Input pModCall POINTER TO ModuleCall See ACAlarmExtender for details. uiModCall UINT See ACAlarmExtender for details.
ACAlarmExtender.Init2 (METH) ¶ METHOD Init2 Implementation of the method defined in IACAlarmExtender2 InOut: Scope Name Type Input pModCall POINTER TO ModuleCall uiModCall UINT pModEvents POINTER TO ModuleEvent uiModEvents UINT
ACAlarmExtender.InitSortedModuleAlarms (METH) ¶ METHOD InitSortedModuleAlarms : BOOL InOut: Scope Name Type Return InitSortedModuleAlarms BOOL Input pModuleAlarmInfos POINTER TO ModuleAlarmInfo uiModuleAlarmInfos UINT
AlarmInfo (STRUCT) ¶ TYPE AlarmInfo : STRUCT InOut: Name Type alarmID AlarmManager.ALARM_ID alarmGroupID AlarmManager.ALARMGROUP_ID
AlarmingCall (ENUM) ¶ TYPE AlarmingCall : The different ways, a module call after an alarm was issued can be done to a module instance and its parents or surrounding module instances. InOut: Name Initial Comment None 0 No module instance call at all is issued Own 1 Only the alarm defining module instance itself is called Parents 2 The parent instances of the alarm defining module instance are called. All 4 Call all module instances available under the current application
IACAlarmExtender (ITF) ¶ INTERFACE IACAlarmExtender EXTENDS AC.IEnvironmentExtender Interface describing the environment extender for the alarming used by the alarm generator Methods: Init Structure: Init (Method)
IACAlarmExtender.Init (METH) ¶ METHOD Init Initialization function to initialize the environment extender of the alarm generator. This function is called by code generated by the alarm generator. Note When using Event-Alarms IAcAlarmExtender2.Init2 must be used! InOut: Scope Name Type Comment Input pModCall POINTER TO ModuleCall A pointer to a list of all module calls available under an application. The latter list is created by the alarm generator during an application composer generation. uiModCall UINT The number of module call defined in the list pointed to by pModCall.
IACAlarmExtender2 (ITF) ¶ INTERFACE IACAlarmExtender2 EXTENDS IACAlarmExtender Extension of IACAlarmExtender for the usage of Event-Alarms Methods: GetEventAlarmID Init2 Init , inherited from IACAlarmExtender Structure: GetEventAlarmID (Method) Init2 (Method)
IACAlarmExtender2.GetEventAlarmID (METH) ¶ METHOD GetEventAlarmID : BOOL This method gets information about an Event-Alarm of a certain module. InOut: Scope Name Type Comment Return GetEventAlarmID BOOL The return value indicates whether an Event-Alarm could be found. Input inst AC.IModule The module instance the Event-Alarm belongs to. pEventTargetID POINTER TO STRING The target of the Event-Alarm Output alarmGroupID AlarmManager.ALARMGROUP_ID The alarm-groupId of the found Event-Alarm alarmID AlarmManager.ALARM_ID The alarmId of the found Event-Alarm