RE: [Flightgear-devel] how do I access "GetCoefficientValues"fromFGAerodynamics?

2005-07-06 Thread Jon Berndt
> With the potential of exposing my C++ knowledge deficiency, I'll explain how > far I got ;-) > As mentioned in the last post, I have two variables I can access through the > existing code I have. > One variable is cur_fdm_state which is of type FGInterface. FGInterface is a > parent class of JSBS

RE: [Flightgear-devel] how do I access "GetCoefficientValues" fromFGAerodynamics?

2005-07-05 Thread Jon Berndt
> Can anyone suggest a way of accessing the methods: > GetCoefficientValues(...) and > GetCoefficientStrings(...) > from a --native socket? > > I have a piece of code within flightgear which uses 'globals' and > 'cur_fdm_state' via a socket similar to the "--native" socket > provided with flightgea