Thomas Biwer wrote:

>Doug,
>
>thank you for your help. yeah, might be your right. Anyhow, if this is the
>case I have no idea how to get the pressure measurement information out of
>flightgear...
>
>
>  
>
>>thomas, probably this variable holds the pressure setting, and not the
>>pressure measure
>>
>>    
>>
FGLFSGlass::FGLFSGlass() :
        press_node(fgGetNode("/environment/pressure-inhg[0]", true)),
        temp_node(fgGetNode("/environment/temperature-degc[0]", true)),

It has been a while since I last messed with this code and haven't 
followed this thread, but I think this still works.

Gives you air pressure which can be converted to baro altitude by ICAO 
standard atmosphere if thAt is what you wish to do.

Regards
John W.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to