Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove simplane calls from pfd #7301

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

Saschl
Copy link
Contributor

@Saschl Saschl commented Jun 18, 2022

Fixes #[issue_no]

Summary of Changes

Screenshots (if necessary)

References

Additional context

Discord username (if different from GitHub):

Testing instructions

How to download the PR for QA

Every new commit to this PR will cause a new A32NX artifact to be created, built, and uploaded.

  1. Make sure you are signed in to GitHub
  2. Click on the Checks tab on the PR
  3. On the left side, click on the bottom PR tab
  4. Click on the A32NX download link at the bottom of the page

@@ -115,6 +115,14 @@ export interface PFDSimvars {
xtk: number;
ldevRequestLeft: boolean;
ldevRequestRight: boolean;
baroMode: number;
baroUnit: number;
baroPressure: number;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a good idea to split these into left/right but reading the same A vars so we don't need to edit the PFD code later (just switch the A vars for L vars).

@Saschl Saschl marked this pull request as ready for review December 18, 2023 12:45
@2hwk
Copy link
Member

2hwk commented Feb 13, 2024

May want to look at the merge conflicts?

@2hwk 2hwk added this to the v0.11.2 milestone Feb 16, 2024
@2hwk 2hwk modified the milestones: v0.11.2, v0.12.0 Mar 20, 2024
@2hwk
Copy link
Member

2hwk commented Apr 25, 2024

Will be impacted by the potential future merge freeze. #8466 will be required to be merged into this PR at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ⌛ Awaiting Actions
Development

Successfully merging this pull request may close these issues.

3 participants