Timeline updated (executeUntil, setTimeFunction)
authorFabian Stemmler <stemmler@in.tum.de>
Wed, 29 May 2019 06:22:04 +0000 (08:22 +0200)
committerFabian Stemmler <stemmler@in.tum.de>
Wed, 29 May 2019 06:22:04 +0000 (08:22 +0200)
commit0ce7f7122a702c3d6a4b864172b8c93620c8b03b
tree1dc2b6b1be5ae58779e674c0dfb50d22b9455cd2
parent6ab8014cf6bb882187ab4d22fdf460dc0adbc2ab
Timeline updated (executeUntil, setTimeFunction)

The timeline method executeUpto(timestamp, timeout), has been changed to
executeUntil(condition, timeout). The timeline method setTimeFunction
was added (e.g. to allow for real-time simulation). The timeFunction is
called whenever the timeline needs to find out the current simulation
time.
LogicUI/src/era/mi/gui/LogicUIStandalone.java
LogicUI/src/era/mi/gui/components/GUIManualSwitch.java
LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java
SampleERCP/src/sampleercp/parts/LogicUIPart.java
era.mi/src/era/mi/logic/tests/ComponentTest.java
era.mi/src/era/mi/logic/tests/GUITest.java
era.mi/src/era/mi/logic/timeline/Timeline.java