Changes between Initial Version and Version 2 of Ticket #3772
- Timestamp:
- 2016-03-22T12:27:25Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3772
- Property Summary unknown clock interval → event clock error
-
Ticket #3772 – Description
initial v2 1 1 For the following example the clock interval is unknown in SimCode. 2 2 The model is from the cpp runtime testfolder. 3 3 {{{#!mo 4 4 model EventClock "See Modelica 3.3 spec, section 16.3 Clock Constructors" 5 5 Integer nextInterval(start = 1); … … 11 11 end when; 12 12 end EventClock; 13 }}} 13 14 The generated cpp code equation for the interval calculation is: 14 15 _clockInterval[0] = 0.0 * 1.0 / 1.0;