Lines Matching defs:trimble
8 * Trimble TSIP support
65 #include "trimble.h"
68 * Trimble low level TSIP parser / time converter
70 * The receiver uses a serial message protocol called Trimble Standard
102 struct trimble
126 inp_tsip, /* Trimble TSIP input handler */
127 cvt_trimtsip, /* Trimble TSIP conversion */
130 "Trimble TSIP",
132 sizeof(struct trimble) /* private data */
145 struct trimble *t = (struct trimble *)parseio->parse_pdata;
228 register struct trimble *t = (struct trimble *)local; /* get local data space */
243 printf("TRIMBLE BAD packet, size %d:\n", size);
322 /* TRIMBLE health */
419 * (struct trimble): new member t_utcknown
437 * Trimble TSIP support