Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d3ff458200662075aac439dcbd335b1ac4243094 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Execution Models</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="IntroductiontotheROOMLanguage.html" title="Introduction to the ROOM Language">
<link rel="prev" href="Benefits.html" title="Benefits">
<link rel="next" href="TutorialHelloWorld.html" title="Tutorial HelloWorld">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Execution Models</h1>
<div class="section" title="Execution Models">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="ExecutionModels"></a>Execution Models</h2>
</div>
</div>
</div>
<div class="section" title="Logical Machine">
<div class="titlepage">
<div>
<div>
<h3 class="title">
<a name="LogicalMachine"></a>Logical Machine</h3>
</div>
</div>
</div>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<p>run to completion</p>
</li>
</ul>
</div>
</div>
<div class="section" title="Queue Based Execution Model">
<div class="titlepage">
<div>
<div>
<h3 class="title">
<a name="QueueBasedExecutionModel"></a>Queue Based Execution Model</h3>
</div>
</div>
</div>
</div>
<div class="section" title="Polled Execution Model not implemented yet">
<div class="titlepage">
<div>
<div>
<h3 class="title">
<a name="PolledExecutionModel"></a>Polled Execution Model
					not implemented yet</h3>
</div>
</div>
</div>
</div>
<div class="section" title="Hybrid Execution Model not implemented yet">
<div class="titlepage">
<div>
<div>
<h3 class="title">
<a name="HybridExecutionModel"></a>Hybrid Execution Model
					not implemented yet</h3>
</div>
</div>
</div>
<p>port, protocol, actor, interface, asynchronous communication
					hierarchical FSM, hierarchical structure</p>
<p>run to completion</p>
</div>
</div>
</body>
</html>

Back to the top