A graphical Version of the DEDynMap-star. We now use a masterblock which we clone instead of granny's states.
Derived from: DEDynMap
Location: $PTOLEMY/src/domains/de/contrib/stars
Version: 1.5 "01/15/98"
Author: J. Voigt
exin (multiple) | anytype | dummy input, we just need a connection to the masterblock |
exout (multiple) | ANYTYPE | dummy output, we just need a connection to the masterblock |
Now we have to put a masterinstance of a block, which we want to multiply dynamically, at our exin and exout portholes instead of declaring it in the states. Otherwise, the same functionality like in DEDynMap is implemented. See its description for further explanations.
We can clone a block which has inputs and outputs or a block which has just one type of portholes. If we have a block without inputs to clone, we can put a DEBlackHole on our exout. If we have a block without outputs to clone, we can put a DENull on our exin. Or we create us icons with the right number of portholes.
See the descriptions of DEDynMapBase and DEDynMap, where this star is derived from, for further details.
The masterblock must not have MultiPortHoles. We can't have more then one block to clone on our portholes.
See: source code,
DynMapGr users
copyright (c) 1997 Dresden University of Technology All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.