Jump to content
The simFlight Network Forums

PMDG 777 CDU data


Recommended Posts

Sorry John, one more error:

FIRE_APUHandleIsUnlocked isn't an array, it should be FIRE_EngineHandleIsUnlocked to match FIRE_EngineHandleIlluminated.

I've double checked against the .h file and all the others seem okay.

Paul

Link to comment
Share on other sites

Thanks. I also noticed the addresses for some of the old offsets seem to have changed now...

Everything from FMC_CruiseAlt onwards has moved 1 byte forward

FMC_PerfInputComplete has typo: 6C20  

FMC_DistanceToTOD onwards have been shifted forward 4 bytes.

Is this intended?

Paul

Link to comment
Share on other sites

34 minutes ago, Paul Henty said:

Everything from FMC_CruiseAlt onwards has moved 1 byte forward

Its the same as it previously was (i.e. in FSUIPC4/5). When I originally did the update, there was no structure packing specified so I updated to 1 byte packing. However, in a later iteration I reverted back to 4 byte packing.

35 minutes ago, Paul Henty said:

FMC_PerfInputComplete has typo: 6C20  

Ok, corrected.

35 minutes ago, Paul Henty said:

FMC_DistanceToTOD onwards have been shifted forward 4 bytes.

Is this intended?

Yes, due to the 4-byte packing. I am still waiting someone to verify this is correct by checking the data for COMM_ReceiverSwitches[0] at offset 6C5A.
If that has the correct data, everything else should be ok.

John

Offset Mapping for PMDG 777X.pdf

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.