Package with functions to communicate with the Building Controls Virtual Test Bed
Package Content
| Name | Description |
establishClientSocket
| Establishes the client for the socket connection |
Examples
| Collection of models that illustrate model use and test models |
Establishes the client for the socket connection
Inputs
| Type | Name | Default | Description |
| String | xmlFileName | "Dummy.xml" | |
Outputs
| Type | Name | Description |
| Integer | socketFD | Socket 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.