CDL.Interfaces

Package with connectors for input and output signals

Information

This package contains implementations of connectors for input and output signals of blocks.

The connectors are compatible with, and equivalent to, the connectors from the Modelica Standard Library. They are here implemented to make the CDL package a self-contained package.

Package Content

Name Description
CDL.Interfaces.BooleanInput BooleanInput Boolean input connector
CDL.Interfaces.BooleanOutput BooleanOutput Boolean output connector
CDL.Interfaces.IntegerInput IntegerInput Integer input connector
CDL.Interfaces.IntegerOutput IntegerOutput Integer output connector
CDL.Interfaces.RealInput RealInput Real input connector
CDL.Interfaces.RealOutput RealOutput Real output connector

CDL.Interfaces.BooleanInput CDL.Interfaces.BooleanInput

Boolean input connector

CDL.Interfaces.BooleanInput

Information

Connector with one input signal of type Boolean.

Extends from Boolean.

Modelica definition

connector BooleanInput=input Boolean "Boolean input connector";

CDL.Interfaces.BooleanOutput CDL.Interfaces.BooleanOutput

Boolean output connector

CDL.Interfaces.BooleanOutput

Information

Connector with one output signal of type Boolean.

Extends from Boolean.

Modelica definition

connector BooleanOutput=output Boolean "Boolean output connector";

CDL.Interfaces.IntegerInput CDL.Interfaces.IntegerInput

Integer input connector

CDL.Interfaces.IntegerInput

Information

Connector with one input signal of type Integer.

Extends from Integer.

Modelica definition

connector IntegerInput=input Integer "Integer input connector";

CDL.Interfaces.IntegerOutput CDL.Interfaces.IntegerOutput

Integer output connector

CDL.Interfaces.IntegerOutput

Information

Connector with one output signal of type Integer.

Extends from Integer.

Modelica definition

connector IntegerOutput=output Integer "Integer output connector";

CDL.Interfaces.RealInput CDL.Interfaces.RealInput

Real input connector

CDL.Interfaces.RealInput

Information

Connector with one input signal of type Real.

Extends from Real.

Modelica definition

connector RealInput=input Real "Real input connector";

CDL.Interfaces.RealOutput CDL.Interfaces.RealOutput

Real output connector

CDL.Interfaces.RealOutput

Information

Connector with one output signal of type Real.

Extends from Real.

Modelica definition

connector RealOutput=output Real "Real output connector";