]> rtime.felk.cvut.cz Git - orte.git/blob - doc/orteman.xml
JORTE: ignore 'int-to-pointer' and 'pointer-to-int' compiler warnings
[orte.git] / doc / orteman.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE book PUBLIC "-//Norman Walsh//DTD DocBk XML V4.1.2//EN"
3                "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
4         [
5         <!ENTITY % entities SYSTEM "orteman.ent">
6         %entities;
7         <!-- Add other entries here     -->
8         ]
9 >
10 <book lang="en">
11 <!--
12 <bookinfo>
13         <title>D7.4_rep - Communication Components</title>
14         <authorgroup>
15         <author>
16          <firstname>Jan</firstname>
17          <surname>Krakora</surname>
18          <affiliation>
19           <orgname>CTU</orgname>
20          </affiliation>
21         </author>
22         <author>
23          <firstname>Pavel</firstname>
24          <surname>Pisa</surname>
25          <affiliation>
26           <orgname>CTU</orgname>
27          </affiliation>
28         </author>
29         <author>
30          <firstname>Frantisek</firstname>
31          <surname>Vacek</surname>
32          <affiliation>
33           <orgname>CTU</orgname>
34          </affiliation>
35         </author>
36         <author>
37          <firstname>Zdenek</firstname>
38          <surname>Sebek</surname>
39          <affiliation>
40           <orgname>CTU</orgname>
41          </affiliation>
42         </author>
43         <author>
44          <firstname>Petr</firstname>
45          <surname>Smolik</surname>
46          <affiliation>
47           <orgname>CTU</orgname>
48          </affiliation>
49         </author>
50         <author>
51          <firstname>Zdenek</firstname>
52          <surname>Hanzalek</surname>
53          <affiliation>
54           <orgname>CTU</orgname>
55          </affiliation>
56         </author>
57         </authorgroup>
58         <pubdate>February 2004</pubdate>
59         <copyright>
60                 <year>2004</year>
61                 <holder>Ocera</holder>
62         </copyright>
63         <legalnotice>
64          <para>
65           You can (in fact you must!) use, modify, copy and distribute
66           this document, of course free of charge, and think about the
67           appropriate license we will use for the documentation.
68          </para>
69         </legalnotice>
70 </bookinfo>
71
72 <preface>
73         <title>Preface</title>
74         <para>
75  This document presents elaborated version of communication component design report.
76  It is composed of three chapters. The first and second chapters deal with design of communication
77  stacks - RT Ethernet or CAN/CANopen respectively including analysis tools. The third chapter
78  presents Basic features of verification methodology of distributed systems based on standard verification tools.
79         </para>
80 </preface>
81 -->
82
83 <bookinfo>
84   <title>ORTE &ndash; Open Real-Time Ethernet</title>
85   <authorgroup>
86     <author>
87       <firstname>Petr</firstname>
88       <surname>Smolik</surname>
89       <affiliation>
90         <orgname>CTU</orgname>
91       </affiliation>
92     </author>
93     <author>
94       <firstname>Pavel</firstname>
95       <surname>Pisa</surname>
96       <affiliation>
97         <orgname>CTU</orgname>
98       </affiliation>
99     </author>
100     <author>
101       <firstname>Michal</firstname>
102       <surname>Sojka</surname>
103       <affiliation>
104         <orgname>CTU</orgname>
105       </affiliation>
106     </author>
107     <author>
108       <firstname>Zdenek</firstname>
109       <surname>Sebek</surname>
110       <affiliation>
111         <orgname>CTU</orgname>
112       </affiliation>
113     </author>
114     <author>
115       <firstname>Zdenek</firstname>
116       <surname>Hanzalek</surname>
117       <affiliation>
118         <orgname>CTU</orgname>
119       </affiliation>
120     </author>
121   </authorgroup>
122   <pubdate>August 2012</pubdate>
123   <copyright>
124     <year>2005 &ndash; 2012</year>
125     <holder>Czech Technival University</holder>
126   </copyright>
127   <legalnotice>
128     <para>
129       You can (in fact you must!) use, modify, copy and distribute
130       this document, of course free of charge, and think about the
131       appropriate license we will use for the documentation.
132     </para>
133   </legalnotice>
134 </bookinfo>
135
136
137 <chapter id="orte-description">
138     <title>ORTE Description</title>
139
140     &orte_intro;
141     &orte_ps_model;
142     &orte_rtps_model;
143 </chapter>
144
145   &orte_internals;
146   &orte_examples;
147   &orte_tests;
148   &orte_usage;
149   &orte_api;
150
151 <!-- Add other entries here     -->
152
153 </book>