I wrote a small program to receive fdm data out of flightgear using a socket connection. as for the cessna 172 it fairly works, however the rudder position doesnt seem to be transmitted. aileron and elevator both work, rudder doesnt.
 
but the more severe problem is that once i change the aircraft to e.g. B737-300 or citation bravo, the rpm remains at 0 for all engines. taking a look in the properties during flight showed that the throttle doesnt seem to be handled by the rpm[] but rather by the N1 and N2 variables. unfortunately these are not being offered in the net_fdm structure i use to receive the data.... is this a question of what fdm (jsbs, yasim,...) the aircraft is running?
 
so i basically just wanted to know if the interfaces offered in netfdm.hxx are complete for all data sent out by the fdm or if there are some other variables i might have to consider and if so, where i can find them or how i can grab them.
 
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=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