Copyright VirtualSim 2004-2020 - All rights reserved
Interface Tag
When the type is referring another Component or Data-Model class, specify here the name of the class with its own Dyn-UI.
The Interface will provide an Edit button for the variable to popup the remote Dyn-UI.
Use DSPL in the remote interface so that some values can be displayed in this one.
ie:
Complex my_value; //&& INTF[Complex]
For embedded interfaces, it is advised to set the default values of the interface variables locally than using the setDefault function.
For example, if a Component Foo uses a Data-Model Complex (above) defining two variables, sign and speed, then initializing these variables from Foo will be done this way: