Lines Matching +full:no +full:- +full:poll +full:- +full:on +full:- +full:init
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 -->
45 PARSEB_POWERUP no synchronisation - clock confused (must set then)
47 usually on reception error when there is still a
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)
63 PARSEB_S_LEAP supports LEAP - might set PARSEB_LEAP
64 PARSEB_S_ANTENNA supports ANTENNA - might set PARSEB_ALTERNATE
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_<yourclock> */
96 /* conversion routine - your routine - cvt_<yourclock> */
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 */
111 …<p>The above should have given you some hints on how to build a clk_*.c file with the time code co…
117 …w the struct clockinfo element (that allocates a new "IP" address - see comments) (see a…
123 PARSE_F_PPSONSECOND PPS pulses are on second
126 void (*cl_poll)(); /* active poll routine */
130 int (*cl_init)(); /* active poll init routine */
134 What to do, when an event happens - used to re-initialize clocks on timeout.
136 void (*cl_end)(); /* active poll end routine */
139 void *cl_data; /* local data area for "poll" mechanism */
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
190 …matically send their time code (once a second) do not need entries in the poll routines because th…
192 …<p>Please include an exact description on how your clock works. (initialisation, TTY modes, string…