Jump to content
The simFlight Network Forums

dallas

Members
  • Posts

    3
  • Joined

  • Last visited

dallas's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Is anyone able to correctly read 8 byte double (FLOAT64) values from FSUIPC [v. 3.75] using C sharp? Dallas
  2. Pete, Sorry I wasn't more clear in my first question: I was using the latitude offset as an example of how I got the correct value from fsuipc. The problem I have is that when I try to get the value of say Offset 0x6058 (FS2004 GPS cross-track error) it doesn't make sense. If I use the same method that I use for latitude I get a very large number. Dallas
  3. I've been trying for awhile to translate an 8 byte floating point double value, specifically at Offset 0x6058 (FS2004 GPS cross track error), but can't seem to make sense of what I get back from FS2004. I thought it would be similar to getting the Latitude value at 0x0560 where using C# I just copy the quad word value into a double floating point variable then multiply by 90.0/(10001750.0 * 65536.0 * 65536.0), but I was wrong. Can anyone help me?
×
×
  • 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.