blob: f61ea6003ff9efde3c6f619035833bbaf10d4911 (
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="Gypsy Reference Manual" link="index.html" author="Iain HolmesRoss Burton" name="gypsy" version="2">
<chapters>
<sub name="Gypsy Overview" link="rn01.html">
<sub name="Gypsy's Design" link="gypsy-design.html"/>
<sub name="Design Flaws in GPSD" link="why-not-gpsd.html"/>
</sub>
<sub name="Tutorials" link="rn02.html">
<sub name="Programming Gypsy With Python" link="ch01.html">
<sub name="Overview of Gypsy" link="ch01.html#overview"/>
<sub name="Connecting to a GPS" link="connecting.html"/>
<sub name="Getting Your Location" link="gps.html"/>
</sub>
</sub>
<sub name="Gypsy Server Interface" link="gypsy-server-interfaces.html">
<sub name="org.freedesktop.Gypsy.Server" link="Server.html"/>
</sub>
<sub name="Gypsy Client Interface" link="gypsy-client-interfaces.html">
<sub name="org.freedesktop.Gypsy.Accuracy" link="Accuracy.html"/>
<sub name="org.freedesktop.Gypsy.Course" link="Course.html"/>
<sub name="org.freedesktop.Gypsy.Device" link="Device.html"/>
<sub name="org.freedesktop.Gypsy.Position" link="Position.html"/>
<sub name="org.freedesktop.Gypsy.Satellite" link="Satellite.html"/>
<sub name="org.freedesktop.Gypsy.Time" link="Time.html"/>
</sub>
<sub name="LibGypsy API Reference" link="rn05.html">
<sub name="Gypsy-Daemon Control" link="ch02.html">
<sub name="GypsyControl" link="GypsyControl.html"/>
</sub>
<sub name="GPS Data Objects" link="ch03.html">
<sub name="GypsyDevice" link="GypsyDevice.html"/>
<sub name="GypsyAccuracy" link="GypsyAccuracy.html"/>
<sub name="GypsyCourse" link="GypsyCourse.html"/>
<sub name="GypsyPosition" link="GypsyPosition.html"/>
<sub name="GypsySatellite" link="GypsySatellite.html"/>
<sub name="GypsyTime" link="gypsy-GypsyTime.html"/>
</sub>
</sub>
</chapters>
<functions>
<keyword type="function" name="Create ()" link="Server.html#Server.Create"/>
<keyword type="function" name="Shutdown ()" link="Server.html#Server.Shutdown"/>
<keyword type="function" name="GetAccuracy ()" link="Accuracy.html#Accuracy.GetAccuracy"/>
<keyword type="function" name="The AccuracyChanged signal" link="Accuracy.html#Accuracy::AccuracyChanged"/>
<keyword type="function" name="GetCourse ()" link="Course.html#Course.GetCourse"/>
<keyword type="function" name="The CourseChanged signal" link="Course.html#Course::CourseChanged"/>
<keyword type="function" name="Start ()" link="Device.html#Device.Start"/>
<keyword type="function" name="Stop ()" link="Device.html#Device.Stop"/>
<keyword type="function" name="GetFixStatus ()" link="Device.html#Device.GetFixStatus"/>
<keyword type="function" name="GetConnectionStatus ()" link="Device.html#Device.GetConnectionStatus"/>
<keyword type="function" name="The FixStatusChanged signal" link="Device.html#Device::FixStatusChanged"/>
<keyword type="function" name="The ConnectionStatusChanged signal" link="Device.html#Device::ConnectionStatusChanged"/>
<keyword type="function" name="GetPosition ()" link="Position.html#Position.GetPosition"/>
<keyword type="function" name="The PositionChanged signal" link="Position.html#Position::PositionChanged"/>
<keyword type="function" name="GetSatellites ()" link="Satellite.html#Satellite.GetSatellites"/>
<keyword type="function" name="The SatellitesChanged signal" link="Satellite.html#Satellite::SatellitesChanged"/>
<keyword type="function" name="GetTime ()" link="Time.html#Time.GetTime"/>
<keyword type="function" name="The TimeChanged signal" link="Time.html#Time::TimeChanged"/>
<keyword type="struct" name="GypsyControl" link="GypsyControl.html#GypsyControl-struct"/>
<keyword type="macro" name="GYPSY_CONTROL_DBUS_SERVICE" link="GypsyControl.html#GYPSY-CONTROL-DBUS-SERVICE:CAPS"/>
<keyword type="macro" name="GYPSY_CONTROL_DBUS_PATH" link="GypsyControl.html#GYPSY-CONTROL-DBUS-PATH:CAPS"/>
<keyword type="macro" name="GYPSY_CONTROL_DBUS_INTERFACE" link="GypsyControl.html#GYPSY-CONTROL-DBUS-INTERFACE:CAPS"/>
<keyword type="function" name="gypsy_control_get_default ()" link="GypsyControl.html#gypsy-control-get-default"/>
<keyword type="function" name="gypsy_control_create ()" link="GypsyControl.html#gypsy-control-create"/>
<keyword type="struct" name="GypsyDevice" link="GypsyDevice.html#GypsyDevice-struct"/>
<keyword type="macro" name="GYPSY_DEVICE_DBUS_SERVICE" link="GypsyDevice.html#GYPSY-DEVICE-DBUS-SERVICE:CAPS"/>
<keyword type="macro" name="GYPSY_DEVICE_DBUS_INTERFACE" link="GypsyDevice.html#GYPSY-DEVICE-DBUS-INTERFACE:CAPS"/>
<keyword type="enum" name="enum GypsyDeviceFixStatus" link="GypsyDevice.html#GypsyDeviceFixStatus"/>
<keyword type="function" name="gypsy_device_new ()" link="GypsyDevice.html#gypsy-device-new"/>
<keyword type="function" name="gypsy_device_get_connection_status ()" link="GypsyDevice.html#gypsy-device-get-connection-status"/>
<keyword type="function" name="gypsy_device_get_fix_status ()" link="GypsyDevice.html#gypsy-device-get-fix-status"/>
<keyword type="function" name="gypsy_device_start ()" link="GypsyDevice.html#gypsy-device-start"/>
<keyword type="function" name="gypsy_device_stop ()" link="GypsyDevice.html#gypsy-device-stop"/>
<keyword type="" name="The "object-path" property" link="GypsyDevice.html#GypsyDevice--object-path"/>
<keyword type="" name="The "connection-changed" signal" link="GypsyDevice.html#GypsyDevice-connection-changed"/>
<keyword type="" name="The "fix-status-changed" signal" link="GypsyDevice.html#GypsyDevice-fix-status-changed"/>
<keyword type="struct" name="GypsyAccuracy" link="GypsyAccuracy.html#GypsyAccuracy-struct"/>
<keyword type="macro" name="GYPSY_ACCURACY_DBUS_SERVICE" link="GypsyAccuracy.html#GYPSY-ACCURACY-DBUS-SERVICE:CAPS"/>
<keyword type="macro" name="GYPSY_ACCURACY_DBUS_INTERFACE" link="GypsyAccuracy.html#GYPSY-ACCURACY-DBUS-INTERFACE:CAPS"/>
<keyword type="enum" name="enum GypsyAccuracyFields" link="GypsyAccuracy.html#GypsyAccuracyFields"/>
<keyword type="function" name="gypsy_accuracy_new ()" link="GypsyAccuracy.html#gypsy-accuracy-new"/>
<keyword type="function" name="gypsy_accuracy_get_accuracy ()" link="GypsyAccuracy.html#gypsy-accuracy-get-accuracy"/>
<keyword type="" name="The "object-path" property" link="GypsyAccuracy.html#GypsyAccuracy--object-path"/>
<keyword type="" name="The "accuracy-changed" signal" link="GypsyAccuracy.html#GypsyAccuracy-accuracy-changed"/>
<keyword type="struct" name="GypsyCourse" link="GypsyCourse.html#GypsyCourse-struct"/>
<keyword type="macro" name="GYPSY_COURSE_DBUS_INTERFACE" link="GypsyCourse.html#GYPSY-COURSE-DBUS-INTERFACE:CAPS"/>
<keyword type="macro" name="GYPSY_COURSE_DBUS_SERVICE" link="GypsyCourse.html#GYPSY-COURSE-DBUS-SERVICE:CAPS"/>
<keyword type="enum" name="enum GypsyCourseFields" link="GypsyCourse.html#GypsyCourseFields"/>
<keyword type="function" name="gypsy_course_new ()" link="GypsyCourse.html#gypsy-course-new"/>
<keyword type="function" name="gypsy_course_get_course ()" link="GypsyCourse.html#gypsy-course-get-course"/>
<keyword type="" name="The "object-path" property" link="GypsyCourse.html#GypsyCourse--object-path"/>
<keyword type="" name="The "course-changed" signal" link="GypsyCourse.html#GypsyCourse-course-changed"/>
<keyword type="struct" name="GypsyPosition" link="GypsyPosition.html#GypsyPosition-struct"/>
<keyword type="macro" name="GYPSY_POSITION_DBUS_INTERFACE" link="GypsyPosition.html#GYPSY-POSITION-DBUS-INTERFACE:CAPS"/>
<keyword type="macro" name="GYPSY_POSITION_DBUS_SERVICE" link="GypsyPosition.html#GYPSY-POSITION-DBUS-SERVICE:CAPS"/>
<keyword type="enum" name="enum GypsyPositionFields" link="GypsyPosition.html#GypsyPositionFields"/>
<keyword type="function" name="gypsy_position_new ()" link="GypsyPosition.html#gypsy-position-new"/>
<keyword type="function" name="gypsy_position_get_position ()" link="GypsyPosition.html#gypsy-position-get-position"/>
<keyword type="" name="The "object-path" property" link="GypsyPosition.html#GypsyPosition--object-path"/>
<keyword type="" name="The "position-changed" signal" link="GypsyPosition.html#GypsyPosition-position-changed"/>
<keyword type="struct" name="GypsySatellite" link="GypsySatellite.html#GypsySatellite-struct"/>
<keyword type="macro" name="GYPSY_SATELLITE_DBUS_INTERFACE" link="GypsySatellite.html#GYPSY-SATELLITE-DBUS-INTERFACE:CAPS"/>
<keyword type="macro" name="GYPSY_SATELLITE_DBUS_SERVICE" link="GypsySatellite.html#GYPSY-SATELLITE-DBUS-SERVICE:CAPS"/>
<keyword type="struct" name="GypsySatelliteDetails" link="GypsySatellite.html#GypsySatelliteDetails"/>
<keyword type="function" name="gypsy_satellite_new ()" link="GypsySatellite.html#gypsy-satellite-new"/>
<keyword type="function" name="gypsy_satellite_get_satellites ()" link="GypsySatellite.html#gypsy-satellite-get-satellites"/>
<keyword type="function" name="gypsy_satellite_free_satellite_array ()" link="GypsySatellite.html#gypsy-satellite-free-satellite-array"/>
<keyword type="" name="The "object-path" property" link="GypsySatellite.html#GypsySatellite--object-path"/>
<keyword type="" name="The "satellites-changed" signal" link="GypsySatellite.html#GypsySatellite-satellites-changed"/>
<keyword type="struct" name="GypsyTime" link="gypsy-GypsyTime.html#GypsyTime"/>
<keyword type="macro" name="GYPSY_TIME_DBUS_SERVICE" link="gypsy-GypsyTime.html#GYPSY-TIME-DBUS-SERVICE:CAPS"/>
<keyword type="macro" name="GYPSY_TIME_DBUS_INTERFACE" link="gypsy-GypsyTime.html#GYPSY-TIME-DBUS-INTERFACE:CAPS"/>
<keyword type="function" name="gypsy_time_new ()" link="gypsy-GypsyTime.html#gypsy-time-new"/>
<keyword type="function" name="gypsy_time_get_time ()" link="gypsy-GypsyTime.html#gypsy-time-get-time"/>
</functions>
</book>
|