Buildings.Controls.OBC.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
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput BooleanInput Boolean input connector
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput BooleanOutput Boolean output connector
Buildings.Controls.OBC.CDL.Interfaces.IntegerInput IntegerInput Integer input connector
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput IntegerOutput Integer output connector
Buildings.Controls.OBC.CDL.Interfaces.RealInput RealInput Real input connector
Buildings.Controls.OBC.CDL.Interfaces.RealOutput RealOutput Real output connector

Buildings.Controls.OBC.CDL.Interfaces.BooleanInput Buildings.Controls.OBC.CDL.Interfaces.BooleanInput

Boolean input connector

Buildings.Controls.OBC.CDL.Interfaces.BooleanInput

Information

Connector with one input signal of type Boolean.

Extends from Boolean.

Modelica definition

connector BooleanInput=input Boolean "Boolean input connector";

Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput

Boolean output connector

Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput

Information

Connector with one output signal of type Boolean.

Extends from Boolean.

Modelica definition

connector BooleanOutput=output Boolean "Boolean output connector";

Buildings.Controls.OBC.CDL.Interfaces.IntegerInput Buildings.Controls.OBC.CDL.Interfaces.IntegerInput

Integer input connector

Buildings.Controls.OBC.CDL.Interfaces.IntegerInput

Information

Connector with one input signal of type Integer.

Extends from Integer.

Modelica definition

connector IntegerInput=input Integer "Integer input connector";

Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput

Integer output connector

Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput

Information

Connector with one output signal of type Integer.

Extends from Integer.

Modelica definition

connector IntegerOutput=output Integer "Integer output connector";

Buildings.Controls.OBC.CDL.Interfaces.RealInput Buildings.Controls.OBC.CDL.Interfaces.RealInput

Real input connector

Buildings.Controls.OBC.CDL.Interfaces.RealInput

Information

Connector with one input signal of type Real.

Extends from Real.

Modelica definition

connector RealInput=input Real "Real input connector";

Buildings.Controls.OBC.CDL.Interfaces.RealOutput Buildings.Controls.OBC.CDL.Interfaces.RealOutput

Real output connector

Buildings.Controls.OBC.CDL.Interfaces.RealOutput

Information

Connector with one output signal of type Real.

Extends from Real.

Modelica definition

connector RealOutput=output Real "Real output connector";