Returns the components found in the given class.
function getComponentsTest input TypeName name; output Component[:] components; record Component String className; // when building record the constructor. Records are allowed to contain only components of basic types, arrays of basic types or other records. String name; String comment; Boolean isProtected; Boolean isFinal; Boolean isFlow; Boolean isStream; Boolean isReplaceable; String variability "'constant', 'parameter', 'discrete', ''"; String innerOuter "'inner', 'outer', ''"; String inputOutput "'input', 'output', ''"; String dimensions[:]; end Component; end getComponentsTest;
Name | Description |
---|---|
Component |