Architecture of Generated C Code : Main Task: Partition and Flow Control for C : Action Procedures

Action Procedures

In some cases actions are translated into procedures (depending on the modularity style). In this case, a C procedure represents the Rational Statemate action DO_BLACK.

void exec_DO_BLACK()
{
setc(&YELLOW_C, FALSE);
.........
} /* exec_DO_BLACK */