Re: [Flightgear-devel] press_ihg in net_ctrls.hxx

2006-11-14 Thread Thomas Biwer

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

Doug



-
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] press_ihg in net_ctrls.hxx

2006-11-14 Thread John Wojnaroski
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] press_ihg in net_ctrls.hxx

2006-11-13 Thread Thomas Biwer

Hey,

I' m just trying to receive Control data out of FlightGear using a
socket connection and the net_ctrls structure. It works well, however
the pressure isn't being transferred right... it just remains at
29,92, no matter what altitude the aircraft is flying.
I suppose it's the pressure at sea level that I get by using the
variable press_inhg. Is there a possibility to get the pressure as a
value dependent on the altitude as well?
This is FG-0.9.10 release version.

Thanks.

Best,

Thomas


-
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] press_ihg in net_ctrls.hxx

2006-11-13 Thread Douglas Campos
thomas, probably this variable holds the pressure setting, and not the
pressure measure

hope that it helps

Doug

On 11/13/06, Thomas Biwer [EMAIL PROTECTED] wrote:

 Hey,

 I' m just trying to receive Control data out of FlightGear using a
 socket connection and the net_ctrls structure. It works well, however
 the pressure isn't being transferred right... it just remains at
 29,92, no matter what altitude the aircraft is flying.
 I suppose it's the pressure at sea level that I get by using the
 variable press_inhg. Is there a possibility to get the pressure as a
 value dependent on the altitude as well?
 This is FG-0.9.10 release version.

 Thanks.

 Best,

 Thomas


 -
 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=lnkkid=120709bid=263057dat=121642
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel


-
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel