modelica / ssp-standard

Specification of System Structure and Parameterization (SSP)
Other
11 stars 8 forks source link

Support for structured connector types #34

Open DagBruck opened 2 months ago

DagBruck commented 2 months ago

Most modelling (and programming) languages allows you to define structured connectors, sometimes called records to use Pascal terminology. This is something that should be supported in a future version of SSP.

It should be noted that as of today, the only solution is for a tool to do some clever handling based on a non-standard naming convention; for example, "dotted names" like A.x, A.y would become the record A { x, y }.

Hans-Martin-Heinkel commented 1 month ago

FMI 3.0 Goal support terminals in SSP 2.1, semantic how to connect must be defined