1 | | See #3752 |
| 1 | The runtime code generation calls |
| 2 | See #3752 |
| 3 | |
| 4 | Both the C and the Cpp templates currently call the frontend function Expression.getClockInterval. It returns 0.0 for an unknown (inferred) clock. |
| 5 | |
| 6 | The runtime code generation should introduce a default clock i #3752. |
| 7 | |
| 8 | Here 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 | |
| 10 | See: https://github.com/OpenModelica/OpenModelica-testsuite/blob/master/openmodelica/cppruntime/clockedEventTest.mos |
| 11 | |