summaryrefslogtreecommitdiff
path: root/doc/explan_gpsd_dbus.c.xml
blob: 15784cd08b914c769a63a3b0ba41d9285a4766dd (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
<sect1 id="gpsd_dbus.c"><title><filename>gpsd_dbus.c</filename></title>
<informaltable frame='all' pgwide='1'>
<tgroup cols='2'>
<colspec colname='c1'></colspec>
<colspec colname='c2'></colspec>
<spanspec spanname='s1' namest='c1' nameend='c2'></spanspec>

<thead>
<row>
  <entry>Functions:-</entry><entry>Handles initialization of and communication with the DBUS.</entry>
</row>
</thead>

<tfoot>
<row>
  <entry spanname='s1' align='left'>Notes based on <function>$Id: gpsd_dbus.c 3666 2006-10-26 23:11:51Z ckuethe $</function></entry>
</row>
</tfoot>

<tbody>
<row>
  <entry><function>int initialize_dbus_connection(void)</function></entry>
  <entry><para>Initializes the DBUS connection.</para></entry>
</row>
<row>
  <entry><function>void send_dbus_fix(struct gps_device_t* channel)</function></entry>
  <entry><para>Sends the current fix data for this channel via dbus</para></entry>
</row>
</tbody>

</tgroup>
</informaltable>
</sect1>