Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e5d7c6f077246ced96b3cca6b3b02353dec4398f (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
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Open the Message Sequence Chart</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="TutorialHelloWorld.html" title="Tutorial HelloWorld">
<link rel="prev" href="Buildandrunthemodel.html" title="Build and run the model">
<link rel="next" href="Summary.html" title="Summary">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Open the Message Sequence Chart</h1>
<div class="section" title="Open the Message Sequence Chart">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="OpentheMessageSequenceChart"></a>Open the Message Sequence Chart</h2>
</div>
</div>
</div>
<p>During runtime the application produced a MSC and wrote it to a file. Open /org.eclipse.etrice.doc.tutorials/tmp/log/SubSystem_HelloWorld_Async.seq using Trace2UML (it is open source and can be obtained from  http://trace2uml.tigris.org/). You should see something like this:</p>
<p>
				
</p>
<div class="mediaobject">
<img src="images/015-HelloWorld09.PNG"></div>
<p>
			
</p>
</div>
</body>
</html>

Back to the top