hdfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enabled disposable priming

Fixed.

Fixed.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Changed enabled air bubble alarm

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

Fixed

HD-DEN-10153: HD-DEN-10153-1

- Addressed code review comments.

    • -25
    • +8
    /firmware/App/Modes/ModeTreatmentParams.c
    • -4
    • +2
    /firmware/App/Modes/ModeTreatmentParams.h
add last else else { }

add last else
else
{

}

If no params, put void.

If no params, put void.

If no params, put void.

If no params, put void.

Don't put types here. Also, this function has no outputs. Input is origTreatmentParams.uFVolume_L.

Don't put types here. Also, this function has no outputs. Input is origTreatmentParams.uFVolume_L.

Don't need this function - variable is local to this module.

Don't need this function - variable is local to this module.

Move this up into accepted condition above. Also, we don't need a public function to set original value since variable is local to this module.

Move this up into accepted condition above. Also, we don't need a public function to set original value since variable is local to this module.

If no params, use void (see SignalUserCancelTreatment above).

If no params, use void (see SignalUserCancelTreatment above).

Add space before and after params (see others above).

Add space before and after params (see others above).

Why the extra blank line?

Why the extra blank line?

HD-DEN-10153_Treatment Log Prescribed UF
HD-DEN-10153_Treatment Log Prescribed UF
DEN-10153: Treatment log's prescribed ultrafiltration volume and rate

- band-aid the staging branch to be able to build

- updated the volume treatmentLogData struct to provide original ultrafiltration volume(L) and rate(mL/min), to includ in the treatment log response in the post-treatment mode.

- updated the originTreatmentParams to store original ultrafiltration volume(L) and rate(mL/min) (set by user during the pre-treatment mode), to query later for the treatment log.

- stored the original ultrafiltration volume if the user set volume is accepted in the pre-treatment mode.

- modified the sendTreatmentLogData function to use the correct type of accepted value from F32 to Bool (although both are the same updated to be consistent.)

    • -0
    • +49
    /firmware/App/Modes/ModeTreatmentParams.c
    • -0
    • +4
    /firmware/App/Modes/ModeTreatmentParams.h
Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop

Enable pump alarms for Tom.

Bamboo Commit: Updated HDCommon.h with build versions from Bamboo

Merge branch 'develop' of ssh://dvm-linux02:7999/hd/hdfirmware into develop