Jump to content
The simFlight Network Forums

Creating a gauge


Recommended Posts

Shuval, if you want to code a gauge I can advise you to read the panel SDK from MS: download here

But I also have a question: I can write gauges with the MS sdk and Visual Studio but now I want to insert some data fetched by Fsuipc in my gauges. But what's the best way to do that? Insert the fsuipc header-file in my gauge-file? :?:

Link to comment
Share on other sites

But I also have a question: I can write gauges with the MS sdk and Visual Studio but now I want to insert some data fetched by Fsuipc in my gauges. But what's the best way to do that? Insert the fsuipc header-file in my gauge-file? :?:

Check the "module users" part of the FSUIPC SDK. Whatver you do, do NOT use the normal external interface. It is fat and inefficient for use withing the same process. The module users method is a simply message passing system with you maintaining the data area.

Regards,

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.