File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / include / refclock_atom.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

/*
 * Definitions for the atom driver and its friends
 */
#define NANOSECOND	1000000000 /* one second (ns) */
#define RANGEGATE	500000  /* range gate (ns) */

struct refclock_atom {
	pps_handle_t handle;
	pps_params_t pps_params;
	struct timespec ts;
};

extern	int	refclock_ppsapi(int, struct refclock_atom *);
extern	int	refclock_params(int, struct refclock_atom *);
extern	int	refclock_pps(struct peer *, struct refclock_atom *, int);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>