blob: 895afe8c6562acacf355518c82d3ff7f530f09b7 (
plain)
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
|
<html>
<head>
<title>
The Ivy java library guide
</title>
</head>
<body>
<h1>The Ivy Java library guide</h1>
<p><a href="mailto:fcolin@cena.fr">François-Régis Colin</a>
<br><a href="mailto:jestin@cena.fr">Yannick Jestin</a>
<p>Copyright © 2000 Centre d'Études de la Navigation Aérienne
<p>This document is a programmer's guide that describes how to use the Ivy
Java library to connect applications to an Ivy bus. This guide describes
version 3.0 of the library
<p><hr>
<b>Table of Contents</b>
<p><a href="index.html">Foreword</a>
<br><a href="what.html">What is Ivy ?</a>
<br><a href="javalib.html">The Ivy java library</a>
<br><a href="first.html">Your first java ivy application</a>
<br><a href="basic.html">Basic functions</a>
<br><a href="advanced.html">Advanced functions</a>
<br><a href="style.html">Programmer's style guide</a>
<br><a href="contact.html">Contacting the authors</a>
<h2>Foreword</h2>
<p>This document was written in HTML. The authors are aware that this is
probably not the best format for programming documentation, especially with
regard to printing. However, a documentation was needed fast. This document
is both incomplete and ugly.
<p><hr>
<div align=right>
<a href="what.html">Next</a>
<br>What is ivy?
</div>
</body>
</html>
|