Todo:
Created by: CThuleHansen
Bulletins marked with italic are features being considered for implementation.
-
Add errors. What sort of errors are necessary to model? -
Error: Invalid valuereferences are modelled as described on p.16 of STD -
Add topological sort - Necessary? A possible solution is a sequence of get/set variables, such that the user specify the order. -
Add set/get directional deritivates - Necessary? -
Add get/set state. The implementation of get/set stateis up to the individual FMU. ifgetStateis invoked, then the FMU must return anat. Thisnatmust map to a state internally in the FMU. It is the responsibility of the FMU to restore this state, ifsetStateis invoked with thisnat. -
Add GetMaxStepSize -
Set/get variables in initialization mode. Since it is a CML model and therefore requires separate configuration anyway, this functionality could be neglected by configuring the FMUs to start in the correct state. This would simplify the CML models of both the MA and the FMUs significantly.