Lines Matching +full:pre +full:- +full:set

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 …clock to the parse driver: Currently the implementation is being cleaned up - so not all informati…
15 <!-- #BeginDate format:En2m -->13-Oct-2010 00:33<!-- #EndDate -->
27 <pre>
41 </pre>
43 <pre>
45 PARSEB_POWERUP no synchronisation - clock confused (must set then)
46 PARSEB_NOSYNC timecode currently not confirmed (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)
59 second - informational only)
60 </pre>
62 <pre>
63 PARSEB_S_LEAP supports LEAP - might set PARSEB_LEAP
64 PARSEB_S_ANTENNA supports ANTENNA - might set PARSEB_ALTERNATE
67 </pre>
70 <pre>
82 &lt;set all necessary flags&gt;;
88 </pre>
89 …<p>The struct clockformat is the interface to the rest of the parse driver - it holds all informat…
90 <pre>
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 */
110 </pre>
117 …w the struct clockinfo element (that allocates a new &quot;IP&quot; address - see comments) (see a…
118 <pre>
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
186 </pre>