Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6780f636798b3abacdc1e0b0e07c2c9c4e42b122 (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
<?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>7 Tutorial Sending Data (Java)</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-26 21:41:00" /> 
<link rel="stylesheet" type="text/css" href="etrice-doc.css" /> 
</head><body 
>
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a 
href="etrice-docse20.html" >next</a>] [<a 
href="etrice-docse19.html" >prev</a>] [<a 
href="etrice-docse19.html#tailetrice-docse19.html" >prev-tail</a>] [<a 
href="#tailetrice-docch7.html">tail</a>] [<a 
href="etrice-doc.html#etrice-docch7.html" >up</a>] </p></div>
<h2 class="chapterHead"><span class="titlemark">Chapter&#x00A0;7</span><br /><a 
 id="x28-420007"></a>Tutorial Sending Data (Java)</h2>
<div class="sectionTOCS">
&#x00A0;<span class="sectionToc" >7.1 <a 
href="etrice-docse20.html#x29-430007.1">Scope</a></span>
<br />&#x00A0;<span class="sectionToc" >7.2 <a 
href="etrice-docse21.html#x30-440007.2">Create a new model from scratch</a></span>
<br />&#x00A0;<span class="sectionToc" >7.3 <a 
href="etrice-docse22.html#x31-450007.3">Add a data class</a></span>
<br />&#x00A0;<span class="sectionToc" >7.4 <a 
href="etrice-docse23.html#x32-460007.4">Create a new protocol</a></span>
<br />&#x00A0;<span class="sectionToc" >7.5 <a 
href="etrice-docse24.html#x33-470007.5">Create MrPing and MrPong Actors</a></span>
<br />&#x00A0;<span class="sectionToc" >7.6 <a 
href="etrice-docse25.html#x34-480007.6">Define Actor Structure and Behavior</a></span>
<br />&#x00A0;&#x00A0;<span class="subsectionToc" >7.6.1 <a 
href="etrice-docse25.html#x34-490007.6.1">Define MrPongs behavior</a></span>
<br />&#x00A0;&#x00A0;<span class="subsectionToc" >7.6.2 <a 
href="etrice-docse25.html#x34-500007.6.2">Define MrPing behavior</a></span>
<br />&#x00A0;<span class="sectionToc" >7.7 <a 
href="etrice-docse26.html#x35-510007.7">Define the top level</a></span>
<br />&#x00A0;<span class="sectionToc" >7.8 <a 
href="etrice-docse27.html#x36-520007.8">Generate and run the model</a></span>
<br />&#x00A0;<span class="sectionToc" >7.9 <a 
href="etrice-docse28.html#x37-530007.9">Summary</a></span>
</div>








                                                                                 
                                                                                 
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a 
href="etrice-docse20.html" >next</a>] [<a 
href="etrice-docse19.html" >prev</a>] [<a 
href="etrice-docse19.html#tailetrice-docse19.html" >prev-tail</a>] [<a 
href="etrice-docch7.html" >front</a>] [<a 
href="etrice-doc.html#etrice-docch7.html" >up</a>] </p></div>
<!--l. 1--><p class="noindent" ><a 
 id="tailetrice-docch7.html"></a> </p> 
</body></html> 

Back to the top