Buildings.Utilities.IO.BCVTB.Examples

Collection of models that illustrate model use and test models

Information


This package contains examples for the use of models
that can be found in 
Buildings.Utilities.IO.BCVTB.

Extends from Buildings.BaseClasses.BaseIconExamples (Icon for Examples packages).

Package Content

NameDescription
EstablishClientSocket Example model to test establishing the client socket


Buildings.Utilities.IO.BCVTB.Examples.EstablishClientSocket

Example model to test establishing the client socket

Parameters

TypeNameDefaultDescription
StringxmlFileName"Dummy.xml" 
IntegersocketFD Socket file descripter, or a negative value if an error occured

Modelica definition

model EstablishClientSocket 
  "Example model to test establishing the client socket"
  parameter String xmlFileName = "Dummy.xml";
  parameter Integer socketFD(fixed=false) 
    "Socket file descripter, or a negative value if an error occured";
initial equation 
  socketFD = Buildings.Utilities.IO.BCVTB.establishClientSocket(xmlFileName=xmlFileName);
end EstablishClientSocket;

HTML-documentation generated by Dymola Thu Feb 19 16:53:25 2009.