Changes between Initial Version and Version 1 of Ticket #3772, comment 1


Ignore:
Timestamp:
2016-03-17T10:17:54Z (9 years ago)
Author:
Rüdiger Franke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3772, comment 1

    initial v1  
    1 See #3752
     1The runtime code generation calls
     2See #3752
     3
     4Both the C and the Cpp templates currently call the frontend function Expression.getClockInterval. It returns 0.0 for an unknown (inferred) clock.
     5
     6The runtime code generation should introduce a default clock i #3752.
     7
     8Here we have an event clock, for which Expression.getClockInterval returns 0.0 too. The runtime code generation must treat the event clock in that case.
     9
     10See: https://github.com/OpenModelica/OpenModelica-testsuite/blob/master/openmodelica/cppruntime/clockedEventTest.mos
     11