Deleted Added
full compact
refclock_palisade.h (54359) refclock_palisade.h (82498)
1/*
2 * This software was developed by the Software and Component Technologies
3 * group of Trimble Navigation, Ltd.
4 *
1/*
2 * This software was developed by the Software and Component Technologies
3 * group of Trimble Navigation, Ltd.
4 *
5 * Copyright (c) 1997, 1998, 1999 Trimble Navigation Ltd.
5 * Copyright (c) 1997, 1998, 1999, 2000 Trimble Navigation Ltd.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright

--- 72 unchanged lines hidden (view full) ---

86#include "ntp_stdlib.h"
87
88/*
89 * GPS Definitions
90 */
91#define DESCRIPTION "Trimble Palisade GPS" /* Long name */
92#define PRECISION (-20) /* precision assumed (about 1 us) */
93#define REFID "GPS\0" /* reference ID */
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright

--- 72 unchanged lines hidden (view full) ---

86#include "ntp_stdlib.h"
87
88/*
89 * GPS Definitions
90 */
91#define DESCRIPTION "Trimble Palisade GPS" /* Long name */
92#define PRECISION (-20) /* precision assumed (about 1 us) */
93#define REFID "GPS\0" /* reference ID */
94#define TRMB_MINPOLL 5 /* 16 seconds */
95#define TRMB_MAXPOLL 7 /* 64 seconds */
94#define TRMB_MINPOLL 4 /* 16 seconds */
95#define TRMB_MAXPOLL 5 /* 32 seconds */
96
97/*
98 * I/O Definitions
99 */
100#define DEVICE "/dev/palisade%d" /* device name and unit */
101#define SPEED232 B9600 /* uart speed (9600 baud) */
102
103/*

--- 64 unchanged lines hidden ---
96
97/*
98 * I/O Definitions
99 */
100#define DEVICE "/dev/palisade%d" /* device name and unit */
101#define SPEED232 B9600 /* uart speed (9600 baud) */
102
103/*

--- 64 unchanged lines hidden ---