Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f465417df23bdf738509eb9d6aae68783d4328fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Define the top level</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="eTrice User Guide">
<link rel="up" href="TutorialSendingDataJava.html" title="Tutorial Sending Data (Java)">
<link rel="prev" href="DefineActorStructureandBehavior.html" title="Define Actor Structure and Behavior">
<link rel="next" href="Generateandrunthemodel.html" title="Generate and run the model">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Define the top level</h1>
<div class="section" title="Define the top level">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="Definethetoplevel"></a>Define the top level</h2>
</div>
</div>
</div>
<p>Open the Structure from SendingDataTop and add MrPing and MrPong as a reference. Connect the ports.</p>
<p>
				
</p>
<div class="mediaobject">
<img src="images/025-SendingData13.png"></div>
<p>
			
</p>
<p>The model is finished now and can be found in /org.eclipse.etrice.tutorials/model/SendingData.</p>
</div>
</body>
</html>

Back to the top