Dashboard

LDT-3103 pressure range check for diff qd for d48 pump

LDT-3259 work in progress. Updating the FPGA module to Leahi

Bamboo Commit: Updated Branch staging For Project DD

    • binary
    /DD/BETA/DD_Debug_Beta_v0.0.0-54.out
    • binary
    /DD/BETA/DD_Debug_Beta_v0.0.0-55.out
    • binary
    /DD/BETA/DD_Release_Beta_v0.0.0-54.out
    • binary
    /DD/BETA/DD_Release_Beta_v0.0.0-55.out
Bamboo Commit: Updated DDCommon.h with build versions from Bamboo.

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

Merge branch 'LDT-3372-v1-conductivity-fixes' into staging

LDT-3259 work in progress added a new broadcast channel from FFU

    • -21
    • +24
    /firmware/App/Services/SystemComm.c
LEAHI-DD-FIRMWARE-LDT-3605_(DD) BLD sensor intermittently does not read for B2.0 HW
LEAHI-DD-FIRMWARE-LDT-3605_(DD) BLD sensor intermittently does not read for B2.0 HW
LDT-3605 updated the blood leak driver for the hardware config restart

LDT-3605 updated the test support to initialize the blood leak driver if a new hardware config is selected

LEAHI-DD-FIRMWARE-LDT-2004_Dialysate Composition - DD
LEAHI-DD-FIRMWARE-LDT-2004_Dialysate Composition - DD
Bamboo Commit: Updated Branch staging For Project TD

    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-29.out
    • binary
    /TD/BETA/TD_Debug_Beta_v0.0.0-30.out
    • binary
    /TD/BETA/TD_Release_Beta_v0.0.0-29.out
    • binary
    /TD/BETA/TD_Release_Beta_v0.0.0-30.out
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

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

Merged LDT-3599

removed and model now lives in c++

removed and model now lives in c++

model moved to c++

model moved to c++

updated and moved

updated and moved

LDT-3398 HDF - SW - 01 - Main-Tx HDF Tab - R&I - 05: DEV - Feature Implementation

address cr comments

    • -11
    • +3
    /sources/gui/qml/components/HeaderBar.qml
    • -0
    • +31
    /sources/view/VListModel.cpp
    • -0
    • +59
    /sources/view/VListModel.h
See my comment above. We should return BOOL so Dialin request can be ACK/NAK'd.

See my comment above. We should return BOOL so Dialin request can be ACK/NAK'd.

No faults from Dialin commands - we never want Dialin to cause system to go to fault because it requested something invalid - we only NAK the invalid request. We should do whatever is needed (if an...

No faults from Dialin commands - we never want Dialin to cause system to go to fault because it requested something invalid - we only NAK the invalid request.
We should do whatever is needed (if anything) to start the mode normally in an else.
And we should return TRUE/FALSE in these signal functions so that when it's called from Dialin msg handler, the msg handler can return ACK/NAK to Dialin if sub mode is invalid.

We shouldn't request op mode until we're sure we're happy with the whole thing. Need to determine whether we are already in the op mode being requested. If so, no need to request it again - just re...

We shouldn't request op mode until we're sure we're happy with the whole thing.
Need to determine whether we are already in the op mode being requested. If so, no need to request it again - just request new sub mode if not already in it. If not, the currentSubMode checked below is not relevant (applies to current mode, not the requested mode) and we need to request new op mode and signal that new op mode that we will want to start in a specific sub mode.

Declarations should be at top of scope (right before memcpy).

Declarations should be at top of scope (right before memcpy).