|
From: Kristof V. L. <kr...@co...> - 2004-03-31 15:51:47
|
Hi Stuart - sorry for the delay (due to me not being subscribed properly
to the mailing list. Duh.)
> 1) What's the difference between the columns and channels? Surely they
are
> one and the same thing?
Sometimes they are, sometimes they aren't: say you're only interested in
the data from two sensors, but the log file contains the data from
twenty sensors; in that case you can make the read() method more
efficient by discarding the other 18 values, so there are then 2
columns, and 20 channels. Hmm, I just noticed how these names are
confusing - I couldn't think of any better at the time..
> 2) I'm writing an NMEA parser at the moment, and I want to put it in a
new
> directory. Is this ok?
Of course - looking forward to it!
Best,
Kristof.
http://www.comp.lancs.ac.uk/~kristof/
|