Lines Matching +full:second +full:- +full:order

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
13 …out what you need to do in order to add another clock to the parse driver: Currently the implement…
15 <!-- #BeginDate format:En2m -->13-Oct-2010 00:33<!-- #EndDate -->
26 …<li>find year, month, day, hour, minute, second, status (synchronised or not), possibly time zone …
35 long second;
45 PARSEB_POWERUP no synchronisation - clock confused (must set then)
52 … PARSEB_LEAPADD LEAP addition warning (prior to leap happening - must set when imminent)
55 … PARSEB_LEAPDEL LEAP deletion warning (prior to leap happening - must set when imminent)
58 PARSEB_LEAPSECOND actual leap second (this time code is the leap
59 second - informational only)
63 PARSEB_S_LEAP supports LEAP - might set PARSEB_LEAP
64 PARSEB_S_ANTENNA supports ANTENNA - might set PARSEB_ALTERNATE
68 …d gives the respective usec value. The fields for date and time (down to second resolution) will b…
89 …<p>The struct clockformat is the interface to the rest of the parse driver - it holds all informat…
94 /* input routine - your routine - cvt_&lt;yourclock&gt; */
96 /* conversion routine - your routine - cvt_&lt;yourclock&gt; */
97 /* routine for handling RS232 sync events (time stamps) - usually sync_simple */
99 /* PPS input routine - usually pps_one */
101 /* local parameters - any parameters/data/configuration info your conversion
104 /* clock format name - Name of the time code */
112 …<p>In order to make your clk_*.c file usable a reference to the clockformat structure must be put …
117 …w the struct clockinfo element (that allocates a new &quot;IP&quot; address - see comments) (see a…
123 PARSE_F_PPSONSECOND PPS pulses are on second
127 The routine to call when the clock needs data sent to it in order to
134 What to do, when an event happens - used to re-initialize clocks on timeout.
145 u_long cl_basedelay; /* current offset - unsigned l_fp
150 u_long cl_ppsdelay; /* current PPS offset - unsigned l_fp fractional
155 Refclock id - (max 4 chars)
165 Type if clock as in clock status word (ntp control messages) - usually 0
180 median filter parameters - smoothing and rejection of bad samples
190second) do not need entries in the poll routines because they send the data all the time. The seco…