explan_dbusexport.c.xml 912 B

12345678910111213141516171819202122232425262728293031323334
  1. <sect1 id="dbusexport.c"><title><filename>dbusexport.c</filename></title>
  2. <informaltable frame='all' pgwide='1'>
  3. <tgroup cols='2'>
  4. <colspec colname='c1'></colspec>
  5. <colspec colname='c2'></colspec>
  6. <spanspec spanname='s1' namest='c1' nameend='c2'></spanspec>
  7. <thead>
  8. <row>
  9. <entry>Functions:-</entry><entry>Handles initialization of and communication with the DBUS.</entry>
  10. </row>
  11. </thead>
  12. <tfoot>
  13. <row>
  14. <entry spanname='s1' align='left'>Notes based on code as of Mon Apr 5 21:38:06 2010 -0400.</entry>
  15. </row>
  16. </tfoot>
  17. <tbody>
  18. <row>
  19. <entry><function>int initialize_dbus_connection(void)</function></entry>
  20. <entry><para>Initializes the DBUS connection.</para></entry>
  21. </row>
  22. <row>
  23. <entry><function>void send_dbus_fix(struct gps_device_t* channel)</function></entry>
  24. <entry><para>Sends the current fix data for this channel via dbus</para></entry>
  25. </row>
  26. </tbody>
  27. </tgroup>
  28. </informaltable>
  29. </sect1>