Global State or variable for procedures
Draws signalling charts, block diagrams and graphs from text input.
Brought to you by:
teknos293
I've started using procedures quite a bit for my MSCs and I've been creating large scenarios by combining sets of smaller procedures.
The only issue I am having is that I find myself having to pass in the same variables to multiple procedures in order to get the the entire scenario correctly drawn end to end. To cut down on this, it would be nice to have some kind of global variable at the msc level that the procedures could manipulate, this way procedures can be redrawn differently depending on the procedure that preceeded it.
Not sure if there already is a better mechanism for doing something like this.
I hope 5.6.4 has what you need.