]> rtime.felk.cvut.cz Git - orte.git/blob - doc/orteman.xml
doc: Restructure - split it to multiple chapters
[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         </authorgroup>
94         <pubdate>November 2005</pubdate>
95         <copyright>
96                 <year>2005</year>
97                 <holder>MPO</holder>
98         </copyright>
99         <legalnotice>
100          <para>
101           You can (in fact you must!) use, modify, copy and distribute
102           this document, of course free of charge, and think about the
103           appropriate license we will use for the documentation.
104          </para>         
105         </legalnotice>-->
106 </bookinfo>
107
108 <chapter id="orte-description">
109     <title>ORTE Description</title>
110     
111     &orte_intro;
112     &orte_ps_model;  
113     &orte_rtps_model;  
114 </chapter>
115
116   &orte_internals;
117   &orte_examples;
118   &orte_tests;
119   &orte_usage;
120   &orte_api;
121
122 <!-- Add other entries here     -->
123
124 </book>