-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: cpp framework improvements and additions #8640
chore: cpp framework improvements and additions #8640
Conversation
Just some early comments, looking good so far. |
c63899c
to
7ae8c6b
Compare
7ae8c6b
to
8a3e94a
Compare
Quality Assurance Tester Report Discord : popespice Testing Process:
Negatives: |
Quality Assurance Trainee Report Discord: Tylerb780#3594 Testing Process:
Negatives: Testing Results: Conclusions: |
@@ -30,23 +30,22 @@ class Table1502_A380X { | |||
* @return A 2D array representing the CN2 - correctedN1 pairs. | |||
*/ | |||
static constexpr double table1502[13][4] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The values in the comments here dont reflect the table values and seem copied from the a32nx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above - did not touch the values
{15000, 8.000, 24.000, 95.686, 89.907, 58.723}, // | ||
{16000, 5.000, 22.000, 96.160, 89.816, 57.189}, // | ||
{16600, 5.000, 22.000, 96.560, 89.816, 57.189}, // | ||
{-2000, 47.751, 54.681, 84.117, 81.901, 63.498}, // row 20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line seems to belong to the GA part of the table and not the TO part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line seems to belong to the GA part of the table and not the TO part
I did not touch the values (at least not on purpose) - these should be the same as before (from the FADEC rewrite where I also did not touch values.
The changes to this file are only formatting in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I didnt mean to imply it had, just that this is smth that I noticed recently so wondered if you maybe want to quickly change that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok - no problem. If you want you can also just push to the PR. I'm on vacation with no PC.
Quality Assurance Trainee Report Discord: piloteyesA350 Testing Process:
Testing Results: Conclusions: N. B. : |
e25e357
to
8791046
Compare
This is known and intendent for the current implementation - it is improved in #8581 as it required system internal changes.
Not an issue caused by this PR (already known issue) - but workaround has been put in place. This is improved/fixed in #8581 as it required system internal changes.
How is this prevented? Could not reproduce it.
Could not be reproduced - please re-test with latest PR build.
|
5ec30c7
to
3b27d13
Compare
bdf6c56
to
bb193a1
Compare
I'll try again this afternoon with the latest build |
Just tested it and it did work with the auto-preset off. Will do a T2 asap to alow you to merge |
The cpp code of this PR does not touch any of this. Its really only used in the backend (not front end / UI) for Lighting Preset, Aircraft Preset, pushback, FADEC. |
And it's also perfectly fine, so no issue 👍 . The vertical profile doesn't take into account the selected altitude. |
Quality Assurance Trainee Report Discord Username : PilotEyesA350 Testing Process:
Testing Results: Negatives: Conclusions: Media: |
Thanks - your effort is very much appreciated!! |
bb193a1
to
13c5ed2
Compare
Summary of Changes
General additions and improvements to the cpp framework.
Discord username (if different from GitHub): cdr_maverick
Testing instructions
Potentially Pushback, Lighting Presets, Aircraft Presets might be impacted by these changes.
Mainly Pushback (b/o the DampingController refactor).
Other side effects unlikely.
A32NX: see above - test for regression
A380X: see above - test for regression
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.