Ada Code Generation : Package Specification : Generic Instances in the Module

Generic Instances in the Module

Instances of generic charts in the module are translated into instances of the corresponding generic packages:

package Inst_BARRIER2 is new
g_GEN_BARRIER(BAR2_DOWN,BAR2_UP,
ACK_BAR2_UP, ACK_BAR2_DOWN,
REPAIR_CLOSE2,REPAIR_OPEN2,
FAIL2_TRANSIENT,FAIL2_PERMANENT) ;