From: Sven Dietricht Date: Fri, 21 Jan 2000 05:23:00 +0000 (-0000) Subject: refclock_palisade.c, refclock_palisade.h: X-Git-Tag: HMS_PRE_AC_214A_AUDIO~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90ced8a03db2b9e0c738403758efd304ea901aee;p=thirdparty%2Fntp.git refclock_palisade.c, refclock_palisade.h: Update (C) 2000 TNL. Change MINPOLL and MAXPOLL to optimal values for Palisade bk: 3887ed347J2NWjUOhN4y4tBi3Q-HQA --- diff --git a/ntpd/refclock_palisade.c b/ntpd/refclock_palisade.c index bedf6e89bd..d8ce41197f 100644 --- a/ntpd/refclock_palisade.c +++ b/ntpd/refclock_palisade.c @@ -2,7 +2,7 @@ * This software was developed by the Software and Component Technologies * group of Trimble Navigation, Ltd. * - * Copyright (c) 1997, 1998, 1999 Trimble Navigation Ltd. + * Copyright (c) 1997, 1998, 1999, 2000 Trimble Navigation Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/ntpd/refclock_palisade.h b/ntpd/refclock_palisade.h index b78d9880b8..cc37716398 100644 --- a/ntpd/refclock_palisade.h +++ b/ntpd/refclock_palisade.h @@ -2,7 +2,7 @@ * This software was developed by the Software and Component Technologies * group of Trimble Navigation, Ltd. * - * Copyright (c) 1997, 1998, 1999 Trimble Navigation Ltd. + * Copyright (c) 1997, 1998, 1999, 2000 Trimble Navigation Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -91,8 +91,8 @@ #define DESCRIPTION "Trimble Palisade GPS" /* Long name */ #define PRECISION (-20) /* precision assumed (about 1 us) */ #define REFID "GPS\0" /* reference ID */ -#define TRMB_MINPOLL 5 /* 16 seconds */ -#define TRMB_MAXPOLL 7 /* 64 seconds */ +#define TRMB_MINPOLL 4 /* 16 seconds */ +#define TRMB_MAXPOLL 5 /* 32 seconds */ /* * I/O Definitions