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)
commita37db10f5372ec09624b2ad9b60587e498991cbd
treea92e9bfccc0bd4cff5c23be207d7e748acbc558b
parent4c6114f75b39b77f328b7a095c2401389175e94e
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