This notification is fired at the bottom of cModule::addGate(), that is, when a gate or gate vector was added to the module. More...
#include <cmodelchange.h>
Public Attributes | |
cModule * | module |
const char * | gateName |
This notification is fired at the bottom of cModule::addGate(), that is, when a gate or gate vector was added to the module.
Note: this notification is fired for the gate or gate vector as a whole, and not for individual gate objects in it. That is, a single notification is fired for an inout gate (which is a gate pair) and for gate vectors as well.
Fields in this class carry the module object on which the gate or gate vector was created, and the name of the gate or gate vector.