Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2bfd901e2677f0e32042a7c197d636ed44becc07 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="iso-8859-1" ?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd-->  
<html xmlns="http://www.w3.org/1999/xhtml"  
> 
<head><title>Scope</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> 
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> 
<!-- xhtml,3,next,html --> 
<meta name="src" content="etrice-doc.tex" /> 
<meta name="date" content="2013-04-12 12:54:00" /> 
<link rel="stylesheet" type="text/css" href="etrice-doc.css" /> 
</head><body 
>
<!--l. 3--><div class="crosslinks"><p class="noindent">[<a 
href="etrice-docse43.html" >next</a>] [<a 
href="etrice-docch11.html" >prev</a>] [<a 
href="etrice-docch11.html#tailetrice-docch11.html" >prev-tail</a>] [<a 
href="#tailetrice-docse42.html">tail</a>] [<a 
href="etrice-docch11.html#etrice-docse42.html" >up</a>] </p></div>
<h3 class="sectionHead"><span class="titlemark">11.1   </span> <a 
 id="x55-7100011.1"></a>Scope</h3>
<!--l. 5--><p class="noindent" >In this tutorial you will create a more complex model. The model implements a simple parser that
removes comments (block comments and line comments) from a C source file. Therefore we will create
two actors. One actor is responsible to perform the file operations, while the second actor implements the
parser.
</p><!--l. 9--><p class="noindent" >You will perform the following steps:
</p><!--l. 11--><p class="noindent" >
     </p><ol  class="enumerate1" >
     <li 
  class="enumerate" id="x55-71002x1">create a new model from scratch for C
     </li>
     <li 
  class="enumerate" id="x55-71004x2">define a protocol
     </li>
     <li 
  class="enumerate" id="x55-71006x3">define your own data type
     </li>
     <li 
  class="enumerate" id="x55-71008x4">create the structure and the behavior by yourself
     </li>
     <li 
  class="enumerate" id="x55-71010x5">generate, build and run the model</li></ol>
<!--l. 19--><p class="noindent" >Make sure that you have set up the workspace as described in <span 
class="ecti-1000">Setting up the Workspace for C</span>
<span 
class="ecti-1000">Projects</span>.
                                                                                 
                                                                                 
</p>
<!--l. 22--><div class="crosslinks"><p class="noindent">[<a 
href="etrice-docse43.html" >next</a>] [<a 
href="etrice-docch11.html" >prev</a>] [<a 
href="etrice-docch11.html#tailetrice-docch11.html" >prev-tail</a>] [<a 
href="etrice-docse42.html" >front</a>] [<a 
href="etrice-docch11.html#etrice-docse42.html" >up</a>] </p></div>
<!--l. 22--><p class="noindent" ><a 
 id="tailetrice-docse42.html"></a> </p> 
</body></html> 

Back to the top