Jump to content
The simFlight Network Forums

GetPositionSnapShot()


cknipe

Recommended Posts

Hi Paul,

Just a quick question - seeing some arb exceptions (group '0~~~GetSnapshot~~~' does not exist).

Quick question - does getpositionsnapshot do a process() call through FSUIPC on it's own, or does the update only occur once I call FSUIPCConnection.Process()?  I think there's too many process() calls being executed, so just trying to determine what I can / need to slow down.

Thanks.

 

Link to comment
Share on other sites

Quote

does getpositionsnapshot do a process() call through FSUIPC on it's own, or does the update only occur once I call FSUIPCConnection.Process()? 

Glad you got it sorted. To answer the above question...

These kind of helper methods (getPositionSnapshot(), ReadLVAR() etc.) all do a Process() in the background.

You only need to call Process() to handle your own Offsets. It's not required when you use any helper method or module (e.g PayloadServices).

Paul

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.