Jump to content
The simFlight Network Forums

arnthelge

Members
  • Posts

    2
  • Joined

  • Last visited

About arnthelge

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

arnthelge's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks Pete, I finally managed to figure out how to read it in VB. :D Arnt
  2. Hi, I am trying my best to make a little utility to keep track of active AI aircraft in the area. It is supposed to be some what a traffic board for AI spotting. I have managed to read values like GS, VS, HDG. Now I am trying to figure out how to read latitude, longitude and altitude for AI aircraft. I cannot seem to find out how. The FSU SDK says: float lat; // 32-bit float, in degrees, –ve = South float lon; // 32-bit float, in degrees, –ve = West float alt; // 32-bit float, in feet I have read the four bytes, but where do I go form here? How do I convert the 32bit float into lat, lon and altitude? Hope someone can help me... :shock: Regards, Arnt Helge Haland
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.