Interface Events for a RAD Module

Each event in an interface is defined by an event element. The name of an event is defined by this element's mandatory name attribute. The type of an event is specified in the same way the type is specified for a structure field.

Example 2-7 Defining an Event for a RAD Module

<struct name="TremorInfo">...</struct>

<event name="earthquakes" type="TremorInfo" />