Yes for sure, I have tidied it up, 3 stratum 1 servers and all the other
baggage cleared.
Re your comment about comments:
A macro is defined:
#define ISEOL(c) ((c) == '#' || (c) == '\n' || (c) == '\0')
And then
(const char*)tokenlist[0] = keywords[prop_index].text;
for (ntok = 1; ntok < MAXTOKENS; ntok++) {
tokenlist[ntok] = tokens;
while (!ISEOL(*tokens) && (!ISSPACE(*tokens) || quoted))
quoted ^= (*tokens++ == '"');
if (ISEOL(*tokens)) {
*tokens = '\0';
break;
} else { /* must be space */
*tokens++ = '\0';
while (ISSPACE(*tokens))
tokens++;
if (ISEOL(*tokens))
break;
}
}
So it seems the code stops processing the value for the property when a # is
seen.
However, a clean config is a happy config ;)
I dug out a really old Rockwell Jupiter rx and got it working. I will see if I
can get the rockwell refclock and PPS happening until my sure arrives.
I am also going to pull the HP antenna down, and look at replacing the module
<grin> is anyone interested in photos of the guts?
Many thanks,
Mark
-----Original Message-----
From: David J Taylor [mailto:[email protected]]
Sent: Saturday, 11 February 2012 5:17 PM
To: [email protected]
Subject: Re: [ntp:questions] Come back PPS I miss you!
"Mark C. Stephens" <[email protected]> wrote in message
news:4bde1132003994498b736b8017d15d10088f4...@exch2010.non-stop.com.au...
> Ah you mean the time2 -0.4886745895 figure?
>
> That's quite interesting how I got that, I averaged the 60 second
> offset sample over many days :)
>
> I am a Crazy man..
>
>
> Cheers Dave :)
If you are referring to my comments, I was suggesting that you remove all but
the minimum essential lines for running your GPS/PPS device.
Cheers,
David
_______________________________________________
questions mailing list
[email protected]
http://lists.ntp.org/listinfo/questions