next up previous contents
Next: The Wire Class Up: The Connector Class Previous: Protected Members

Private Members

tex2html_wrap_inline7610 List<Component *> fan_out: As described above, each connector is responsible for propagating the signals it receives to the components to which it is connected. The fan_out member is simply a linked list of pointers to components in the fan-out of the connector. This list is traversed whenever the connector receives a propagate() message.

tex2html_wrap_inline7610 char *name: Like the Component class, this data member simply stores the name of the connector for debugging purposes. It is also used to identify connectors during the construction of runtime components.



Donald Craig
Mon Jul 8 12:05:35 NDT 1996