IACAlarmExtender2.Init2 (METH)ΒΆ
METHOD Init2
Initialization function to initialize the environment extender of the alarm generator. This function is called by code generated by the alarm generator.
- 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. - pModEvents- POINTER TO ModuleEvent - A pointer to a list of all module events available under an application. The latter list is created by the alarm generator during an application composer generation. - uiModEvents- UINT- The number of module events defined in the list pointed to by pModEvents.