Merge github.com:eclipse/titan.core
[deliverable/titan.core.git] / help / info / out.html
CommitLineData
970ed795 1<!--
d44e3c4f 2 Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
3 All rights reserved. This program and the accompanying materials
4 are made available under the terms of the Eclipse Public License v1.0
5 which accompanies this distribution, and is available at
6 http://www.eclipse.org/legal/epl-v10.html
d44e3c4f 7
8 Contributors:
9 Baji, Laszlo
10 Balasko, Jeno
11 Farkas, Laszlo
12 Szabados, Kristof
13-->
970ed795
EL
14<html>
15<head>
16<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17<meta http-equiv="Content-Language" content="en-us">
18<title>out</title>
19</head>
20<body bgcolor="#DAD3C5" vlink="#0094D2" link="#003258">
21<table align="left" border="0" cellspacing="0" cellpadding="0" valign=top>
22 <tr>
23 <td width=105 height=40><a href="https://projects.eclipse.org/projects/tools.titan"><img src="../images/titan_transparent.gif" border=0 width=105 height=40 align="left" alt="Titan"></a></td>
24 </tr>
25</table>
26<table border="0" align="right" cellpadding="0" cellspacing="0">
27 <tr>
28 <td><a href="../titan_main.html" alt="contents"><img border="0" src="../images/ao.jpg" width="53" height="40"></a></td>
29 <td><a href="../titan_index.html" alt="index"><img border="0" src="../images/up.jpg" width="53" height="40"></a></td>
30 <td><a href="or4b.html" alt="previous"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
31 <td><a href="override.html" alt="next"><img border="0" src="../images/right.jpg" width="53" height="40"></a></td>
32 </tr>
33</table>
34<p><br clear="all">
35</p>
36<hr>
37<h1>out</h1>
38<hr align="left" width="75%">
39<p>The keyword is used in conjunction with other keywords to refer to the outgoing direction.
40<ol>
41 <li>&nbsp;together with the keyword <b><font face="Courier New" color="#003258" size="4">function</font></b> it is used to designate parameters that <a href="function.html#inout"
42 target="_blank"><b>may only be written</b></a> inside the parameterized function;</li>
43 <li>together with the keyword <b><font face="Courier New" color="#003258" size="4">port</font></b> it is used to designate messages or procedures that a given port <a href="port.html#Example"
44 target="_blank"><b>may only send</b></a>.</li>
45 <li>&nbsp;together with the keyword <b><font face="Courier New" color="#003258" size="4">signature</font></b> it is used to designate parameters that <a href="signature.html#parameter_list"
46 target="_blank"><b>may only be written</b></a> by the called procedure.</li>
47</ol>
48<hr align="left" width="50%">
49<p>Related keywords:</p>
50<ul>
51 <li><a href="function.html"><b><font face="Courier New" color="#003258" size="4">function</font></b></a></li>
52 <li><a href="port.html"><b><font face="Courier New" color="#003258" size="4">port</font></b></a></li>
53 <li><a href="signature.html"><b><font face="Courier New" color="#003258" size="4">signature</font></b></a></li>
54</ul>
55<hr align="left" width="50%">
56<div align="center">
57<center>
58<table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
59 <tr>
60 <td width="100%">
61 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>out</b></font>...</h3>
62 </td>
63 </tr>
64</table>
65</center>
66</div>
67<hr align="left" width="25%">
68<hr align="left" width="25%">
69<p><a HREF="BNF.html#formalvaluepar">BNF definition</a> of <font face="Courier New">out</font> (sense 1 and 3)<br>
70<a HREF="BNF.html#direction">BNF definition</a> of <font face="Courier New">out</font> (sense 2)</p>
71</body>
72</html>
This page took 0.031247 seconds and 5 git commands to generate.