aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/tutorial/appendix.xmlsrc
blob: 4be6c91fe9d5a80407d851cbe7f7d019b0b8c2f5 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">

<chapter>
  <header>
    <copyright>
      <year>2000</year><year>2016</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
 
          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
    
    </legalnotice>

    <title>Appendix - Programs</title>
    <prepared>Bengt Nilsson</prepared>
    <docno></docno>
    <date>2000-09-04</date>
    <rev></rev>
    <file>appendix.xml</file>
  </header>
  <p>This appendix contains the programs referred to in the previous 
    chapters within Interoperability Tutorial.</p>

  <section>
    <marker id="complex1"></marker>
    <title>complex1.erl</title>
    <codeinclude file="complex1.erl" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="complex2"></marker>
    <title>complex2.erl</title>
    <codeinclude file="complex2.erl" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="complex3"></marker>
    <title>complex3.erl</title>
    <codeinclude file="complex3.erl" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="complex4"></marker>
    <title>complex4.erl</title>
    <codeinclude file="complex4.erl" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="complex5"></marker>
    <title>complex5.erl</title>
    <codeinclude file="complex5.erl" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="port"></marker>
    <title>port.c</title>
    <codeinclude file="port.c" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="erl_comm"></marker>
    <title>erl_comm.c</title>
    <codeinclude file="erl_comm.c" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="ei"></marker>
    <title>ei.c</title>
    <codeinclude file="ei.c" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="cnode_s"></marker>
    <title>cnode_s.c</title>
    <codeinclude file="cnode_s.c" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="cnode_s2"></marker>
    <title>cnode_s2.c</title>
    <codeinclude file="cnode_s2.c" tag="" type="none"></codeinclude>
  </section>

  <section>
    <marker id="cnode_c"></marker>
    <title>cnode_c.c</title>
    <codeinclude file="cnode_c.c" tag="" type="none"></codeinclude>
  </section>
</chapter>