explan_bits.h.xml 884 B

1234567891011121314151617181920212223242526272829
  1. <sect1 id="bits.h"><title><filename>bits.h</filename></title>
  2. <informaltable frame='all' pgwide='1'>
  3. <tgroup cols='1'>
  4. <colspec colname='c1'></colspec>
  5. <colspec colname='c2'></colspec>
  6. <spanspec spanname='s1' namest='c1' nameend='c2'></spanspec>
  7. <tfoot>
  8. <row>
  9. <entry spanname='s1' align='left'>Notes based on code as of Mon Apr 5 21:38:06 2010 -0400.</entry>
  10. </row>
  11. </tfoot>
  12. <tbody>
  13. <row>
  14. <entry><para>This file only contains macros that convert data
  15. variables from the native format of the device output (MSB-first or
  16. LSB-first) into a standard form for <function>gpsd</function>
  17. use. This makes data parsing consistent regardless of the underlying
  18. format. If the device driver file makes no deliberate selection, the
  19. default is to assume the device emits data in big-endian (network
  20. byte) order.</para></entry>
  21. </row>
  22. </tbody>
  23. </tgroup>
  24. </informaltable>
  25. </sect1>