]> gerrit.simantics Code Review - simantics/platform.git/commit
Added two new user component SCL script simulation stages 77/3277/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 24 Sep 2019 11:44:57 +0000 (14:44 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 24 Sep 2019 12:25:40 +0000 (15:25 +0300)
commit320ba0935d3adeffd32a0baaf8ab279a380646bd
tree752b6bec95daedeb3b281320141a4e7bda2c6536
parent8d1b4f05e2b2302ad9dabc74f54bd45997ab3a4b
Added two new user component SCL script simulation stages

1. pre-step: executed during each simulation step,
   before native simulation stepping
2. post-step: executed during each simulation step,
   after native and all other stepping logics

The purpose of these is to allow simulation step initialization and
finalization with UC SCL scripts.

Adapted from master commit 1653df0843d89e68b8e476bda2133e781a667c04.

gitlab #389

Change-Id: Icce3fc19e3241d25364de129ecb511aaf092ae80
bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/componentTypeEditor/ComponentTypeScriptEditor.java