Event (in operation bodies) mapping for C (C code)
When drag an Event to an Operation body, ACS generates the Event as an animation notification call.
For example, Event3 appears in the Operation body code as follows:
Event3
ACS generates the preceding body code as follows:
*/
{
RtsNotify(EVENT, "03c9439d-ff87-47d3-ab9e-5e5bcfa83f83", 0, NULL) ;
}/*Event3