Buildings.Utilities.IO.BCVTB

Package with functions to communicate with the Building Controls Virtual Test Bed

Package Content

NameDescription
Buildings.Utilities.IO.BCVTB.establishClientSocket establishClientSocket Establishes the client for the socket connection
Buildings.Utilities.IO.BCVTB.Examples Examples Collection of models that illustrate model use and test models


Buildings.Utilities.IO.BCVTB.establishClientSocket

Establishes the client for the socket connection

Inputs

TypeNameDefaultDescription
StringxmlFileName"Dummy.xml" 

Outputs

TypeNameDescription
IntegersocketFDSocket file descripter, or a negative value if an error occured

Modelica definition

function establishClientSocket 
  "Establishes the client for the socket connection"

  input String xmlFileName = "Dummy.xml";
  output Integer socketFD 
    "Socket file descripter, or a negative value if an error occured";
  external "C" 
     socketFD=establishclientsocket(xmlFileName);

end establishClientSocket;

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