summaryrefslogtreecommitdiff
path: root/doc/explan_timebase.h.xml
blob: 052487b66a15049a4b3ea2ba72c889b0fe54cf47 (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
34
35
36
37
38
39
<sect1 id="timebase.h"><title><filename>timebase.h</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>Contains date and time related constants that will require patching over time.</entry>
</row>
</thead>

<tfoot>
<row>
  <entry spanname='s1' align='left'>Notes based on Tue Apr 6 10:17:55 2010 -0400</entry>
</row>
</tfoot>

<tbody>
<row>
  <entry><function>LEAP_SECONDS</function></entry>
  <entry><para>Offset between GPS and UTC, in seconds.</para></entry>
</row>
<row>
  <entry><function>START_SUBFRAME</function></entry>
  <entry><para>When to start doing subframe queries to get the
  leap-second offset.  Should be set to the next possible time for a
  leap-second change according to IERS.</para></entry>
</row>
<row>
  <entry><function>CENTURY_BASE</function></entry>
  <entry><para>Currently 2000</para></entry>
</row>
</tbody>

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