Reported by ottot on 5 Feb 2016 07:59 UTC
The compliance checker ignores the nominalsOfContinuousStatesChanged and valuesOfContinuousStatesChangedeventInfo flags except for the last call during event iteration. See the following code:
We have the following fragments from the specification.
If valuesOfContinuousStatesChanged = fmi2True then at least one element of the
continuous state vector has changed its value due to the function call.
If no element of the continuous state vector has changed its value, valuesOfContinuousStatesChanged must return fmi2False. [if
The end effect of this is that the compliance checker ignores all nominalsOfContinuousStatesChanged and valuesOfContinuousStatesChanged flags returned from fmi2NewDiscreteStates expect the ones returned from the last call.
Reported by ottot on 5 Feb 2016 07:59 UTC The compliance checker ignores the
nominalsOfContinuousStatesChanged
andvaluesOfContinuousStatesChanged
eventInfo
flags except for the last call during event iteration. See the following code:We have the following fragments from the specification.
The end effect of this is that the compliance checker ignores all
nominalsOfContinuousStatesChanged
andvaluesOfContinuousStatesChanged
flags returned fromfmi2NewDiscreteStates
expect the ones returned from the last call.Tested with 2.0.1.
Migrated-From: https://trac.fmi-standard.org/ticket/368