explan_packet_states.h.xml 777 B

1234567891011121314151617181920212223242526
  1. <sect1 id="packet_states.h"><title><filename>packet_states.h</filename></title>
  2. <informaltable frame='all' pgwide='1'>
  3. <tgroup cols='1'>
  4. <tfoot>
  5. <row>
  6. <entry spanname='s1' align='left'>Notes based on code as of .Tue Apr 6 10:17:55 2010 -0400</entry>
  7. </row>
  8. </tfoot>
  9. <tbody>
  10. <row>
  11. <entry><para>This is a list of every possible state generated by
  12. every driver. The inclusion of each driver's states is controlled by
  13. <function>#ifdef</function> blocks, so we only include the states
  14. for drivers selected for compilation. These form an enumeration list
  15. in <function>packet.c</function> which indexes the
  16. <function>state_table[]</function> array mentioned in
  17. <function>packet_names.h</function>.</para></entry>
  18. </row>
  19. </tbody>
  20. </tgroup>
  21. </informaltable>
  22. </sect1>