Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merge branch 'DEN-12121-sw_dev-sprint-65-michael-garthwaite' into develop

DEN-12121: switch case for HD communication override. DIAL-147

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

Merge branch 'DEN-12121-sw_dev-sprint-65-michael-garthwaite' into develop

DEN-11928 Updated deliver dialysate state

Does this need to be memset when we can initialize it with 0'd values above? (line 92)

Does this need to be memset when we can initialize it with 0'd values above? (line 92)

Do we need an if for an always true condition? does this branch statement need to be uncommented?

Do we need an if for an always true condition? does this branch statement need to be uncommented?

Shouldn't the override check be its own get function like other overidden properties? Ex: getUVReactorHealth() ?

Shouldn't the override check be its own get function like other overidden properties? Ex: getUVReactorHealth() ?

I think this alarm should be not commented out.

I think this alarm should be not commented out.

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

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750 updated the concentrate pumps

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

Merge branch 'DEN-11928-dg-conductivity-update-den-tbd' into develop

    • -11
    • +23
    ./Controllers/ConductivitySensors.c
DEN-12225, DEN-12221 added code to update the UV reactors health and to calculate the target flow change based on the target drain pump RPM

DEN-11928 Updated conductivity

    • -11
    • +11
    ./Controllers/TemperatureSensors.c
DEN-11928 Updated conductivity test

    • -11
    • +23
    ./Controllers/ConductivitySensors.c
DEN-11928 Updated temperature out of range test

DEN-11928 Updated temperature, rejection ratio, CPo with new values

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

DEN-12225 updated the UV reactors

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

Merge branch 'DEN-11750-dg_dev-dg-dialysate-temperature-control-tune-up' into develop

DEN-11750 updated the code

DEN-11928 Implemented conductivity updates

Could we move these fields outside of the for loop? They dont need to be initialized NUM_OF_FANS_NAMES times.

Could we move these fields outside of the for loop? They dont need to be initialized NUM_OF_FANS_NAMES times.

If the DG is broadcasting these raw values, shouldn't Dialin be sync'd as well to handle these new fields?

If the DG is broadcasting these raw values, shouldn't Dialin be sync'd as well to handle these new fields?

All the new timer counters no longer are initialized to 0. I understand that they get set in their respective init()'s to the timer counter, but was this intentional?

All the new timer counters no longer are initialized to 0. I understand that they get set in their respective init()'s to the timer counter, but was this intentional?

We should probably keep the = 0;

We should probably keep the = 0;