modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Try to get all INIT variables while in initialization mode #32

Open otronarp opened 6 years ago

otronarp commented 6 years ago

Adds test that it's possible to get all variables listed in the INIT category (in the call sequence state machine) during initialization.

This is done for CS only at the moment, if there is an agreement that this is a good thing to test we should probably add the same check for ME. However, I only have a CS test FMU that exhibits this problem.