Hof Markus wrote:
Hi folks,

now I was able to compile the new built in functions in cockpit.cxx:
// Added by Markus Hof on 5. Jan 2004
float get_dme( void )
{
    static const SGPropertyNode * dme_node =
gGetNode("/radios/dme/distance-nm");
    return dme_node->getFloatValue();
        //return 3.69;
}

This part is in CVS now.

works fine, or should work fine, I thinks there is an error using DME Class. DME switch is set 0 by default, if I switch to 1 also Webinterface (--httpd) show also switch=0 and distance=0.

If I set switch to 1 using webinterface everthing works fine...

any ideas ??

Could some one comment on this?


Erik


_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to