Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/html/etrice-docse32.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/html/etrice-docse32.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.doc/html/etrice-docse32.html b/plugins/org.eclipse.etrice.doc/html/etrice-docse32.html
new file mode 100644
index 000000000..73bbcb8e7
--- /dev/null
+++ b/plugins/org.eclipse.etrice.doc/html/etrice-docse32.html
@@ -0,0 +1,62 @@
+<?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-03-25 22:23:00" />
+<link rel="stylesheet" type="text/css" href="etrice-doc.css" />
+</head><body
+>
+<!--l. 3--><div class="crosslinks"><p class="noindent">[<a
+href="etrice-docse33.html" >next</a>] [<a
+href="etrice-docch9.html" >prev</a>] [<a
+href="etrice-docch9.html#tailetrice-docch9.html" >prev-tail</a>] [<a
+href="#tailetrice-docse32.html">tail</a>] [<a
+href="etrice-docch9.html#etrice-docse32.html" >up</a>] </p></div>
+<h3 class="sectionHead"><span class="titlemark">9.1 </span> <a
+ id="x43-590009.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. 7--><p class="noindent" >You will perform the following steps:
+</p><!--l. 9--><p class="noindent" >
+ </p><ol class="enumerate1" >
+ <li
+ class="enumerate" id="x43-59002x1">create a new model from scratch for C
+ </li>
+ <li
+ class="enumerate" id="x43-59004x2">define a protocol
+ </li>
+ <li
+ class="enumerate" id="x43-59006x3">define your own data type
+ </li>
+ <li
+ class="enumerate" id="x43-59008x4">create the structure and the behavior by yourself
+ </li>
+ <li
+ class="enumerate" id="x43-59010x5">generate, build and run the model</li></ol>
+<!--l. 17--><p class="noindent" >Make sure that you have set up the workspace as described in <span
+class="ecti-1000">Setting up the</span>
+<span
+class="ecti-1000">Workspace for C Projects</span>.
+
+
+
+</p>
+<!--l. 19--><div class="crosslinks"><p class="noindent">[<a
+href="etrice-docse33.html" >next</a>] [<a
+href="etrice-docch9.html" >prev</a>] [<a
+href="etrice-docch9.html#tailetrice-docch9.html" >prev-tail</a>] [<a
+href="etrice-docse32.html" >front</a>] [<a
+href="etrice-docch9.html#etrice-docse32.html" >up</a>] </p></div>
+<!--l. 19--><p class="noindent" ><a
+ id="tailetrice-docse32.html"></a> </p>
+</body></html>

Back to the top