Architecture of Generated C Code : Main Task: Partition and Flow Control for C : Interface Section

Interface Section

This section documents the inputs and outputs flowing into/out of the module. It is useful for reusability purposes to understand the interface of the module.

/* Inputs */
/* event CAR; */
/* event ADVANCE; */

/* Outputs */
/* condition YELLOW_C; */