Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > C Code > Generating C Code > Overview of generating C code (C code) > Overview of modeling C code (C code) > Overview of modeling C code (C code) > Event (in operation bodies) mapping for C (C code)
  
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