Added
- Allow to specify a part's ports in the constructor
- Sequential programs: Allow to pass the program's function to the vThread/vSimpleProg constructor (target parameter)
- waitForMsg() method for Queuing ports
- Allow to bind multi output ports to one input port
- simulator smartBind() method to bind all ports in a single call
Changed
- all tutorials to use new comfort functions (smartBind, waitForMsg, creation of ports via constructor)
- Remove timeouts between simulator thread and vThreads, otherwise debugging impossible