Changes between Initial Version and Version 1 of Ticket #3771, comment 10
- Timestamp:
- 2016-06-25T22:05:00Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3771, comment 10
initial v1 1 1 The example uses a feature that is not supported in the current Cpp runtime: an integer clock with varying intervalCounter. The major use case for integer and real clocks is intervals with fixed length. The backend even relies on known constant intervals for sub-clock conversion, in order to be able to do clock inference. 2 2 3 The work around for this example is to use a clock with boolean condition (event clock). See the reformulation of the example in #3 272.3 The work around for this example is to use a clock with boolean condition (event clock). See the reformulation of the example in #3772.