blob: 2c92b7dc80c1c39aabc6198a47122e4331e8a4a0 (
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
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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LibGypsy API Reference</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Gypsy Reference Manual">
<link rel="up" href="index.html" title="Gypsy Reference Manual">
<link rel="prev" href="Time.html" title="org.freedesktop.Gypsy.Time">
<link rel="next" href="ch02.html" title="Gypsy-Daemon Control">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="reference" href="rn01.html" title="Gypsy Overview">
<link rel="reference" href="rn02.html" title="Tutorials">
<link rel="chapter" href="ch01.html" title="Programming Gypsy With Python">
<link rel="reference" href="gypsy-server-interfaces.html" title="Gypsy Server Interface">
<link rel="reference" href="gypsy-client-interfaces.html" title="Gypsy Client Interface">
<link rel="reference" href="rn05.html" title="LibGypsy API Reference">
<link rel="chapter" href="ch02.html" title="Gypsy-Daemon Control">
<link rel="chapter" href="ch03.html" title="GPS Data Objects">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="Time.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Gypsy Reference Manual</th>
<td><a accesskey="n" href="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="reference" title="LibGypsy API Reference">
<div class="titlepage">
<div><div><h1 class="title">
<a name="id499543"></a>LibGypsy API Reference</h1></div></div>
<hr>
</div>
<div class="partintro" title="LibGypsy API Reference">
<div></div>
<p>
LibGypsy has two types of objects - objects for controlling the gypsy-daemon process, and objects for receiving data from the gypsy-daemon process.
</p>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="chapter"><a href="ch02.html">Gypsy-Daemon Control</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="GypsyControl.html">GypsyControl</a></span><span class="refpurpose"> — Control object for gypsy-daemon</span>
</dt></dl></dd>
<dt><span class="chapter"><a href="ch03.html">GPS Data Objects</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GypsyDevice.html">GypsyDevice</a></span><span class="refpurpose"> — Object for obtaining device information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GypsyAccuracy.html">GypsyAccuracy</a></span><span class="refpurpose"> — Object for obtaining accuracy information from gypsy-daemon</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GypsyCourse.html">GypsyCourse</a></span><span class="refpurpose"> — Object for obtaining course information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GypsyPosition.html">GypsyPosition</a></span><span class="refpurpose"> — Object for obtaining positions from gypsy-daemon</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GypsySatellite.html">GypsySatellite</a></span><span class="refpurpose"> — Object for obtaining satellite information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gypsy-GypsyTime.html">GypsyTime</a></span><span class="refpurpose"> — Object for obtaining GPS time from gypsy-daemon</span>
</dt>
</dl></dd>
</dl>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.11</div>
</body>
</html>
|