Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/help/TutorialRemoveCCommentC.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/help/TutorialRemoveCCommentC.html81
1 files changed, 0 insertions, 81 deletions
diff --git a/plugins/org.eclipse.etrice.doc/help/TutorialRemoveCCommentC.html b/plugins/org.eclipse.etrice.doc/help/TutorialRemoveCCommentC.html
deleted file mode 100644
index 262c57d57..000000000
--- a/plugins/org.eclipse.etrice.doc/help/TutorialRemoveCCommentC.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Tutorial Remove C-Comment ( C )</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="index.html" title="eTrice User Guide">
-<link rel="prev" href="Summary4.html" title="Summary">
-<link rel="next" href="Createanewmodelfromscratch5.html" title="Create a new model from scratch">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Tutorial Remove C-Comment ( C )</h1>
-<div class="chapter" title="Tutorial Remove C-Comment ( C )">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title">
-<a name="TutorialRemoveCCommentC"></a>Tutorial Remove C-Comment ( C )</h2>
-</div>
-</div>
-</div>
-<div class="toc">
-<dl>
-<dt>
-<span class="section"><a href="TutorialRemoveCCommentC.html#Scope6">Scope</a></span>
-</dt>
-<dt>
-<span class="section"><a href="Createanewmodelfromscratch5.html">Create a new model from scratch</a></span>
-</dt>
-<dt>
-<span class="section"><a href="Createyourowndatatype.html">Create your own data type</a></span>
-</dt>
-<dt>
-<span class="section"><a href="Createthemodel.html">Create the model</a></span>
-</dt>
-<dt>
-<span class="section"><a href="Generatebuildandrunthemodel.html">Generate, build and run the model</a></span>
-</dt>
-<dt>
-<span class="section"><a href="Summary5.html">Summary</a></span>
-</dt>
-</dl>
-</div>
-<div class="section" title="Scope">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Scope6"></a>Scope</h2>
-</div>
-</div>
-</div>
-<p>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, whether the second actor implements the parser.</p>
-<p>You will perform the following steps:</p>
-<div class="orderedlist">
-<ol class="orderedlist" type="1">
-<li class="listitem">
-<p>create a new model from scratch for C</p>
-</li>
-<li class="listitem">
-<p>define a protocol</p>
-</li>
-<li class="listitem">
-<p>define your own data type</p>
-</li>
-<li class="listitem">
-<p>create the structure and the behavior by yourself</p>
-</li>
-<li class="listitem">
-<p>generate, build and run the model</p>
-</li>
-</ol>
-</div>
-<p>Make sure that you have set up the workspace as described in
- <span class="emphasis"><em>Setting up the Workspace for C Projects</em></span>.
- </p>
-</div>
-</div>
-</body>
-</html>

Back to the top