[Flightgear-devel] navinfo()

2011-09-14 Thread Scott
I'm playing around with extending the NasalSys.cxx navinfo() function that torsten wrote. From what I can tell it calls navlist.cxx findByIdentAndFreq(position, ident, freq, type) which then calls findByIdentAndFreq(ident, freq, type) and does a distance filter on the result. The problem is the

Re: [Flightgear-devel] navinfo()

2011-09-14 Thread James Turner
On 14 Sep 2011, at 14:34, Scott wrote: I'm playing around with extending the NasalSys.cxx navinfo() function that torsten wrote. From what I can tell it calls navlist.cxx findByIdentAndFreq(position, ident, freq, type) which then calls findByIdentAndFreq(ident, freq, type) and does a