explan_timebase.h.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <sect1 id="timebase.h"><title><filename>timebase.h</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>Contains date and time related constants that will require patching over time.</entry>
  10. </row>
  11. </thead>
  12. <tfoot>
  13. <row>
  14. <entry spanname='s1' align='left'>Notes based on Tue Apr 6 10:17:55 2010 -0400</entry>
  15. </row>
  16. </tfoot>
  17. <tbody>
  18. <row>
  19. <entry><function>LEAP_SECONDS</function></entry>
  20. <entry><para>Offset between GPS and UTC, in seconds.</para></entry>
  21. </row>
  22. <row>
  23. <entry><function>START_SUBFRAME</function></entry>
  24. <entry><para>When to start doing subframe queries to get the
  25. leap-second offset. Should be set to the next possible time for a
  26. leap-second change according to IERS.</para></entry>
  27. </row>
  28. <row>
  29. <entry><function>CENTURY_BASE</function></entry>
  30. <entry><para>Currently 2000</para></entry>
  31. </row>
  32. </tbody>
  33. </tgroup>
  34. </informaltable>
  35. </sect1>