Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14736 : IMP: Updated MsgID 0x2D00

/*!

* \brief The MDGTemperatures class

* \details The DG temperatures data model

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x2D00| 0x080 | 8 | 2 Hz | N | DG | All | DG Temperatures Data |

*

* | Payload ||

* | ||

* | #01:(F32) | \ref Data::mInletPrimaryHeater |

* | #02:(F32) | \ref Data::mHeatDisinfect |

* | #03:(F32) | \ref Data::mOutletPrimaryHeater |

* | #04:(F32) | \ref Data::mConductivitySensor1 |

* | #05:(F32) | \ref Data::mConductivitySensor2 |

* | #06:(F32) | \ref Data::mOutletRedundancy |

* | #07:(F32) | \ref Data::mInletDialysate |

* | #08:(F32) | \ref Data::mPrimaryHeaterThermoCouple |

* | #09:(F32) | \ref Data::mTrimmerHeaterThermoCouple |

* | #10:(F32) | \ref Data::mPrimaryHeaterColdJunction |

* | #11:(F32) | \ref Data::mTrimmerHeaterColdJunction |

* | #12:(F32) | \ref Data::mPrimaryHeaterInternal |

* | #13:(F32) | \ref Data::mTrimmerHeaterInternal |

* | #14:(F32) | \ref Data::mFpgaBoard |

* | #15:(F32) | \ref Data::mLoadCellA1B1 |

* | #16:(F32) | \ref Data::mLoadCellA2B2 |

* | #17:(F32) | \ref Data::mInternalTHDORTD |

* | #18:(F32) | \ref Data::mInternalTDIRTD |

* | #19:(F32) | \ref Data::mInteralTHDRTD |

* | #20:(F32) | \ref Data::mInternalCondSnsrTemp |

* | #21:(F32) | \ref Data::mBaroTempSensor |

*

* \sa Data

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Temperatures |

*

*/

    • -7
    • +23
    ./qml/dialogs/DiagnosticsDialog.qml
  1. … 5 more files in changeset.
DEN-14736 : IMP: Updated MsgID 0x2000

/*!

* \brief The MDGPressures class

* \details The DG pressures data model

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x2000| 0x080 | 8 | 1 Hz | N | DG | All | DG Pressures Data |

*

* | Payload ||

* | ||

* | #1:(F32) | \ref Data::mROInletPSI |

* | #2:(F32) | \ref Data::mROOutletPSI |

* | #3:(F32) | \ref Data::mDrainInletPSI |

* | #4:(F32) | \ref Data::mDrainOutletPSI |

* | #5:(F32) | \ref Data::mBarometricPSI |

*

* \sa Data

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Pressures |

*

*/

    • -10
    • +15
    ./qml/dialogs/DiagnosticsDialog.qml
  1. … 4 more files in changeset.
DEN-14736 : IMP: Updated MsgID 0x2C00

/*!

* \brief The MDGHeaters class

* \details The DG heaters data model

*

* | MSG | CAN ID | Box | Type | Ack | Src | Dst | Description |

* |:----:|:------:|:---:|:------:|:---:|:---:|:---:|:-----------: |

* |0x2C00| 0x080 | 8 | 2 Hz | N | DG | All | DG Heaters Data |

*

* | Payload ||

* | ||

* | # 1:(F32) | \ref Data::mMainPrimayHeaterDC |

* | # 2:(F32) | \ref Data::mSmallPrimaryHeaterDC |

* | # 3:(F32) | \ref Data::mTrimmerHeaterDC |

* | # 4:(F32) | \ref Data::mPrimaryTargetTemp |

* | # 5:(F32) | \ref Data::mTrimmerTargetTemp |

* | # 6:(F32) | \ref Data::mPrimaryHeaterState |

* | # 7:(F32) | \ref Data::mTrimmerHeaterState |

* | # 8:(F32) | \ref Data::mPrimaryEfficiency |

* | # 9:(F32) | \ref Data::mPrimaryCalcTargetTemp |

* | #10:(F32) | \ref Data::mTrimmerCalcCurrentTemp |

* | #11:(F32) | \ref Data::mTrimmerUseLastDC |

*

* \sa Data

*

* <h2 class="groupheader">Logging info</h2>

* | ||

* | ||

* | typeText | Datum |

* | unitText | DG |

* | infoText | Heaters |

*

*/

  1. … 6 more files in changeset.
DEN-14743 Bluetooth bug fixes - improve connection handling and message display

  1. … 4 more files in changeset.
DEN-14736 : IMP: Dry-Demo Support

- added the CLI switch -D : --enable-dry-demo

- added the CLI switch -A : --active-can-bus <CANBus>

- added the CLI switch -F : --disable-fault-screen

- will send confirmation response with ConfirmationID of 99 and as accepted(1):

- e.g. 03:32:29.560,bb00,UI,Confirm,99,1

  1. … 8 more files in changeset.
DEN-14736 : IMP: DEN-14779: In-Tx Qb, Qd, PBo, PBA Adj

    • -5
    • +9
    ./qml/pages/treatment/TreatmentStack.qml
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 11 more files in changeset.
DEN-14736 : IMP: Removed the SD-Card alarm dialog

- it is not clear what needs to be done when SD-Card fails after a successful POST.

- May need to send an alarmTrigger to HD and stop logging.

- Removed for now.

  1. … 1 more file in changeset.
DEN-14736 : IMP: Shutdown dialog / Alarm Dialog

- The shutdown dialog closure was not maximizing the minimized alarm dialog

DEN-14736 : IMP: DEN-14779: In-Tx Qb, Qd, PBo, PBA Adj

    • -5
    • +4
    ./qml/pages/treatment/TreatmentStack.qml
DEN-14581 : General Implementation

- Added a WiFi connection indication

- Improved the WiFi list parser

  1. … 9 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 8 more files in changeset.
DEN-14736 IMP: Confirm Always on Top

- The Alarm won't cancel the Confirmation anymore

- The Alarm Dialog will still get updated while minimized.

- The Alarm Dialog will get maximized if the confirmation dialog gets closed.

  1. … 5 more files in changeset.
DEN-14736 IMP: Chem Flush

- Adding the Chemical Flush button

    • -2
    • +20
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 2 more files in changeset.
DEN-14736 IMP: Update states

- Updated states regarding changes have been made in FW Common

- \sa : http://devapps.diality.us:8060/cru/HD-DEN-14549-1

  1. … 6 more files in changeset.
DEN-8359 Modify to also exclude non-password required network support

  1. … 4 more files in changeset.
DEN-8359 Add "Not supported" post label to network security type

DEN-8359 Disable unsupported security type networks; Restrict closing userConfirmation dialog without entering network password

    • -10
    • +19
    ./qml/pages/settings/SettingsWiFi.qml
  1. … 3 more files in changeset.
DEN-14609 Correct minor wifi message spacing bug

DEN-14584: CloudSync Retry

- Implemented the TxReport peending

- Added TxCode to the TxReport

  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 594 more files in changeset.
Code Review [ UI-DEN-14294-1 ]

Addressing the code review comments

- UI-DEN-14294-1

- UI-DEN-14294-UI BN S84

- UI-DEN-14294-UI-BN-S84

- UI-DEN-14294-UI_BN_S84

  1. … 1 more file in changeset.
DEN-14478 : Heparin Dispensing Rate and Bolus Volume minimum rounding issue

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
DEN-14478 : Heparin Dispensing Rate and Bolus Volume minimum rounding issue

DEN-14391: Qt 5.15.10

- Fixed the issue with the individual export file selection.

  1. … 1 more file in changeset.
DEN-14391 , DEN-14393 : Qt 5.15.10 [QML run-time issues]

- Fixed all the QML warning and errors

- Enabled the Clang-Tidy, Clazy and cppcheck and fixed some.

- Removed unused images

- made the Denali POST logo transparent.

    • -0
    • +79
    ./qml/Comments.qml.notes
    • -11
    • +12
    ./qml/pages/TreatmentFlowBase.qml
    • -5
    • +5
    ./qml/pages/disinfect/DisinfectStack.qml
  1. … 42 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./qml/components/ConfirmTreatmentTable.qml
    • -1
    • +1
    ./qml/components/SliderCreateTreatment.qml
    • -1
    • +1
    ./qml/pages/treatment/TreatmentHome.qml
    • -1
    • +1
    ./qml/pages/treatment/TreatmentStack.qml
  1. … 20 more files in changeset.
Merge branch 'DEN-14147-UI-BN-S82' into staging

  1. … 4 more files in changeset.
Merge branch 'DEN-13962-UI-BN-S82' into staging

  1. … 8 more files in changeset.