functionexchangeReals
Exchanges values of type Real with the socket
Information
Function to exchange data of type Real with the socket.
This function must only be called once in each
communication interval.
Outputs
| Type | Name | Default | Description |
| Integer | flaRea | | Communication flag read from the socket stream |
| Modelica.Units.SI.Time | simTimRea | | Current simulation time in seconds read from socket |
| Real | dblValRea | | Double values read from socket |
| Integer | retVal | | The exit value, which is negative if an error occurred |
Revisions
-
May 5, 2009, by Michael Wetter:
First implementation.